andygrove opened a new pull request, #3237: URL: https://github.com/apache/datafusion-comet/pull/3237
## Summary - Add documentation detailing all Comet classes and methods that form the public API used by Apache Iceberg - This helps contributors understand which APIs may affect Iceberg integration and need backward compatibility considerations The documentation covers: - `org.apache.comet.parquet`: FileReader, RowGroupReader, ReadOptions, ParquetColumnSpec, column readers, BatchReader, Native JNI methods - `org.apache.comet`: CometSchemaImporter - `org.apache.comet.vector`: CometVector - `org.apache.comet.shaded.arrow`: RootAllocator, ValueVector ## Test plan - [ ] Verify documentation builds correctly with Sphinx - [ ] Review API coverage against Iceberg source code 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
