Re: [I] Replace parquet metadata thrift version with in memory version. [iceberg-rust]

2025-03-11 Thread via GitHub
jonathanc-n commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2714985152 Thanks for that! I'll look into it later today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Replace parquet metadata thrift version with in memory version. [iceberg-rust]

2025-03-11 Thread via GitHub
liurenjie1024 commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2713399676 Hi, @jonathanc-n I found [this method](https://docs.rs/parquet/latest/parquet/file/metadata/struct.ParquetMetaDataReader.html#method.decode_metadata) in `parquet` crate. I

Re: [I] Replace parquet metadata thrift version with in memory version. [iceberg-rust]

2025-03-05 Thread via GitHub
jonathanc-n commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2702917222 Yes, I'll look to submit an issue -- 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

Re: [I] Replace parquet metadata thrift version with in memory version. [iceberg-rust]

2025-03-05 Thread via GitHub
liurenjie1024 commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2702617699 > Probably not, so should we cahnge the AsyncFileWriter to return the in memory representation? Yes, but it seems there is no built no approach to do that? We may ne

Re: [I] Replace parquet metadata thrift version with in memory version. [iceberg-rust]

2025-03-05 Thread via GitHub
jonathanc-n commented on issue #1004: URL: https://github.com/apache/iceberg-rust/issues/1004#issuecomment-2702597751 Probably not, so should we cahnge the AsyncFileWriter to return the in memory representation? -- This is an automated message from the Apache Git Service. To respond to th