mbutrovich commented on code in PR #3229:
URL: https://github.com/apache/datafusion-comet/pull/3229#discussion_r2713194659
##########
spark/src/main/scala/org/apache/comet/iceberg/IcebergReflection.scala:
##########
@@ -780,6 +783,16 @@ object CometIcebergNativeScanMetadata extends Logging {
}
}
+ // tableMasterKey is optional
+ val tableMasterKey = getTableProperties(table).flatMap { properties =>
Review Comment:
Can we make it so that we only call `getTableProperties` once and get all of
the fields we want to avoid reflection overhead?
--
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]