CTTY commented on code in PR #9136:
URL: https://github.com/apache/hudi/pull/9136#discussion_r1267318336
##########
pom.xml:
##########
@@ -156,7 +156,7 @@
<flink.clients.artifactId>flink-clients</flink.clients.artifactId>
<flink.connector.kafka.artifactId>flink-connector-kafka</flink.connector.kafka.artifactId>
<flink.hadoop.compatibility.artifactId>flink-hadoop-compatibility_2.12</flink.hadoop.compatibility.artifactId>
- <rocksdbjni.version>5.17.2</rocksdbjni.version>
+ <rocksdbjni.version>7.5.3</rocksdbjni.version>
Review Comment:
Right, RocksDB `5.17.2` would throw `NoClassDefException` when running
`TestHoodieLogFormat`
```
[ERROR] testBasicAppendAndScanMultipleFiles{DiskMapType, boolean, boolean,
boolean}[10] Time elapsed: 0.118 s <<< ERROR!
2023-07-13T23:41:36.1420947Z java.lang.NoClassDefFoundError: Could not
initialize class org.rocksdb.DBOptions
```
--
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]