wzx140 commented on code in PR #3476:
URL: https://github.com/apache/fluss/pull/3476#discussion_r3402190178


##########
pom.xml:
##########
@@ -105,6 +105,12 @@
         <paimon.version>1.3.1</paimon.version>
         <iceberg.version>1.10.1</iceberg.version>
         <hudi.version>1.1.0</hudi.version>
+        <hive.version>2.3.10</hive.version>
+        <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version>
+        <datanucleus-core.version>4.1.17</datanucleus-core.version>
+        <datanucleus-rdbms.version>4.1.19</datanucleus-rdbms.version>
+        <javax-jdo.version>3.2.0-m3</javax-jdo.version>
+        <derby.version>10.14.2.0</derby.version>

Review Comment:
   I kept this version for now because it matches the Hive 2.3.x / DataNucleus 
4.x test dependency set used by the Hive metastore path in this IT. This 
dependency is test-scoped only. I can switch it if we confirm a compatible 
final release works with the embedded Hive metastore setup.



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

Reply via email to