Re: [I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2024-01-03 Thread via GitHub
Fokko closed issue #241: EOF: read 1 bytes when load manifest write by icelake URL: https://github.com/apache/iceberg-python/issues/241 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2024-01-03 Thread via GitHub
Fokko commented on issue #241: URL: https://github.com/apache/iceberg-python/issues/241#issuecomment-1876600551 Ah that makes sense, with the bytes it will first read the length of the bytes to be read. I didn't get to the debugging yet since it is quite tedious :D Great find! -- This

Re: [I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2024-01-03 Thread via GitHub
liurenjie1024 commented on issue #241: URL: https://github.com/apache/iceberg-python/issues/241#issuecomment-1876278634 After some investigation, I realized that this is caused by a bug in icelake, which converts to bytes instead of fixed when converting to avro schema. I'll close this for

Re: [I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2023-12-27 Thread via GitHub
ZENOTME commented on issue #241: URL: https://github.com/apache/iceberg-python/issues/241#issuecomment-1870247267 > @ZENOTME Thanks for raising this issue! Can you share an example Avro file that has the bug? Sure, Thanks for your help!

Re: [I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2023-12-27 Thread via GitHub
Fokko commented on issue #241: URL: https://github.com/apache/iceberg-python/issues/241#issuecomment-1870117506 @ZENOTME Thanks for raising this issue! Can you share an example Avro file that has the bug? -- This is an automated message from the Apache Git Service. To respond to the

[I] EOF: read 1 bytes when load manifest write by icelake [iceberg-python]

2023-12-27 Thread via GitHub
ZENOTME opened a new issue, #241: URL: https://github.com/apache/iceberg-python/issues/241 ### Question [Icelake](https://github.com/icelake-io/icelake) is a rust sdk and it use avro-rs. I find that it will report `EOF: read 1 bytes` (caused by: