parthchandra commented on issue #1833: URL: https://github.com/apache/datafusion-comet/issues/1833#issuecomment-2956234351
The issue is not specific to a Spark or Parquet version I believe. The issue is that Comet has Parquet's `ColumnDescriptor` class (and some other related classes) in the APIs that the integration uses. When Parquet is shaded by Iceberg or Comet or both, the end result is that the API being called by Iceberg is no longer found in Comet. Huaxin's approach to using a higher level abstraction to avoid referencing Parquet classes in the integration APIs appears to be the right approach. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org