Open xiaofan2022 opened 4 months ago
The reason for the problem is: Be through org.apache.doris.com jni_connector call mon. Jni. JniScanner the open method and JniScanner in hudi - scanner modle of a spark-catalyst in version 3.2, However, the public dependency version of Spark-Catalyst provided by the preload-extensions module is 3.5.1. Do you want to change the spark version to 3.4.1?
Search before asking
Version
doris 2.0.9 hudi 0.14.0
What's Wrong?
W0712 14:09:56.125739 303537 scanner_scheduler.cpp:396] Scan thread read VScanner failed: [INTERNAL_ERROR]failed to init reader for file hdfs://nameservice1/warehouse/tablespace/external/hive/test001/las_sap_samplereg_1/7287f40d-6782-4d37-a926-3ba72ee661f2-0_0-1-0_20240625103555000.parquet, err: [INTERNAL_ERROR]IOException: java.lang.NoSuchMethodError: org.apache.spark.sql.internal.SQLConf.parquetFilterPushDownStringStartWith()Z CAUSED BY: ExecutionException: java.lang.NoSuchMethodError: org.apache.spark.sql.internal.SQLConf.parquetFilterPushDownStringStartWith()Z CAUSED BY: NoSuchMethodError: org.apache.spark.sql.internal.SQLConf.parquetFilterPushDownStringStartWith()Z
What You Expected?
All hudi tables can be queried
How to Reproduce?
select count(*) from test001.hudi_rt ;
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct