karuppayya opened a new pull request, #3895:
URL: https://github.com/apache/datafusion-comet/pull/3895

   ## Which issue does this PR close?
   
   Closes #3894.
   
   ## Rationale for this change
   
   Fix `NoSuchMethodException` from Iceberg Reflection  
   
   ## What changes are included in this PR?
   Use `findMethodInHierarchy` instead of `getDeclaredMethod` so 
getTableMetadata and format-version reflection work when `current()` is 
declared on a superclass (e.g. BaseMetastoreTableOperations for Hive/Glue-style 
ops).
   
   
   ## How are these changes tested?
   
   - Added Units
   - Tested by querying Hive backed Iceberg tables where this issue is present.


-- 
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]

Reply via email to