okumin commented on code in PR #6305: URL: https://github.com/apache/hive/pull/6305#discussion_r2777556597
########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.java: ########## @@ -28,16 +28,16 @@ import org.apache.iceberg.util.DateTimeUtil; -public final class IcebergDateObjectInspectorHive3 extends AbstractPrimitiveJavaObjectInspector +public final class IcebergDateObjectInspector extends AbstractPrimitiveJavaObjectInspector Review Comment: This rename could be harmful if Hive includes an outdated Iceberg library. I don't think it happens. -- 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]
