liujiayi771 commented on issue #6514: URL: https://github.com/apache/incubator-gluten/issues/6514#issuecomment-2238098834
@j7nhai This is not related to Iceberg reader; rather, it's that Velox is unable to handle your Parquet file. Which engine wrote the Iceberg table? I have encountered this issue when reading timestamps written by StarRocks, where the Parquet timestamps written by SR lacked some information. I modified the Velox code myself to solve this issue, but essentially, the engine that wrote the Parquet file should fix it. Therefore, I didn't bring it up to the Velox community. -- 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 comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
