njalan commented on issue #7380:
URL: https://github.com/apache/hudi/issues/7380#issuecomment-1337377463
To Reproduce
Steps to reproduce the behavior:
1.create hudi parameter with below parameters:
.option("hoodie.metadata.enable", "true")
.option("hoodie.metadata.index.column.stats.column.list",
"parameterid")
.option("hoodie.metadata.index.bloom.filter.column.list",
"parameterid")
.option("hoodie.metadata.index.bloom.filter.enable", "true")
.option("hoodie.metadata.index.column.stats.enable", "true")
.option("hoodie.enable.data.skipping", "true")
A clear and concise description of what you expected to happen.
Environment Description
Hudi version :0.9.0
JDK version: Zulu17.36+13-CA (build 17.0.4+8-LTS)
Spark version : 3.0.1
Hive version : 3.1.2
Presto version : 350 (it is working file with presto 350)
Trino version: 394(not working with trino 394)
Hadoop version : 3.2.2
Storage (HDFS/S3/GCS..) : s3
Running on Docker? (yes/no) :no
Additional context
Add any other context about the problem here.
Stacktrace
Add the stacktrace of the error.
--
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]