karuppayya opened a new issue, #3894:
URL: https://github.com/apache/datafusion-comet/issues/3894
### Describe the bug
Comet's Iceberg reflection path calls `table.operations().current()`.
The current implementation uses `getDeclaredMethod("current")` on the
concrete `operations` runtime class.
Some implementations (e.g. Hive/Glue style), `current()` is declared on
superclass (`BaseMetastoreTableOperations`), not on the subclass itself.
This can throw `NoSuchMethodException`.
### Steps to reproduce
Query an Iceberg table backd by Hive Catalog
### Expected behavior
`current()` should be resolved by walking the class hierarchy , so inherited
methods are found correctly.
### Additional context
_No response_
--
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]