simhadri-g commented on code in PR #4291:
URL: https://github.com/apache/hive/pull/4291#discussion_r1236639408
##########
iceberg/patched-iceberg-core/pom.xml:
##########
@@ -76,6 +76,8 @@
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<excludes>
**/HadoopInputFile.class
+ **/TableProperties.class
+ **/ConfigProperties.class
Review Comment:
@zsmiskolczi please correct me if i am wrong.
Patched-iceberg-core package need to have the patched TableProperties.class
and ConfigProperties.class files mentioned here in it.
Currently in this PR, we are missing the patched files... Is there a
different PR for these patched files?
--
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]