ytsaurus/ytsaurus-spyt

Nested int8 data causes simple read-write operations to fail

Closed this issue · 0 comments

table schema example:

root
- some_struct
-- counter: int8

code:

spark
      .read
      .yt(src)
      .write
      .mode(SaveMode.Overwrite)
      .yt(dst)