cgerx opened a new issue, #42863:
URL: https://github.com/apache/doris/issues/42863

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   Doris: 3.0.2 
   Hudi: 0.15
   
   ### What's Wrong?
   
   I am using Doris to read a Hudi MOR table. When the table has not been 
compacted, there are no issues. However, after compaction and the generation of 
Parquet files, I execute:
   ```sql
   select * from table1;
   
   ERROR 1105 (HY000): errCode = 2, detailMessage = 
(10.211.55.22)[INTERNAL_ERROR]cur path: 
hdfs://hadoop1:8020/user/hudi/warehouse/hudi_ods/table1/1/19fb8645-e282-4f3a-90a1-84c8b2be63a2_0-1-0_20241029060428876.parquet.
 InternalError: null
   ```
   the error stack is : 
   ```log 
   W20241029 17:50:44.216233 28679 task_scheduler.cpp:165] Pipeline task 
failed. query_id: 27fd0b61a25048c1-964280001c1d0e50 reason: [INTERNAL_ERROR]cur 
p
   ath: 
hdfs://hadoop1:8020/data/hive/warehouse/hudi_ods.db/table1/1/cbe397a3-8b7e-4c13-8024-9a9a816e884b_0-1-0_20241029044250098.parquet.
 InternalError: 
   null
   
           0#  doris::JniUtil::GetJniExceptionMsg(JNIEnv_*, bool, 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&)
           1#  
doris::vectorized::JniConnector::get_next_block(doris::vectorized::Block*, 
unsigned long*, bool*)
           2#  
doris::vectorized::VFileScanner::_get_block_wrapped(doris::RuntimeState*, 
doris::vectorized::Block*, bool*)
           3#  
doris::vectorized::VFileScanner::_get_block_impl(doris::RuntimeState*, 
doris::vectorized::Block*, bool*)
           4#  doris::vectorized::VScanner::get_block(doris::RuntimeState*, 
doris::vectorized::Block*, bool*)
           5#  
doris::vectorized::ScannerScheduler::_scanner_scan(std::shared_ptr<doris::vectorized::ScannerContext>,
 std::shared_ptr<doris::vectorized::S
   canTask>)
           6#  std::_Function_handler<void (), 
doris::vectorized::ScannerScheduler::submit(std::shared_ptr<doris::vectorized::ScannerContext>,
 std::shared
   _ptr<doris::vectorized::ScanTask>)::$_1::operator()() 
const::{lambda()#1}>::_M_invoke(std::_Any_data const&)
           7#  doris::ThreadPool::dispatch_thread()
           8#  doris::Thread::supervise_thread(void*)
           9#  start_thread
           10# thread_start
   
   ```
   
   
   
   ### What You Expected?
   
   Whats wrong?  Doris not support hudi 0.15? 
   Thanks a lot
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to