zhangbutao commented on PR #6035:
URL: https://github.com/apache/hive/pull/6035#issuecomment-3200097496

   I did a test with Hive4.1.0 + Tez 0.10.5 + Hadoop 3.4.1. Foud the similar 
exception: `java.lang.NoClassDefFoundError: com/opencsv/ICSVParser`
   
   ```
   create external table test_open_csv_serde (id int)row format serde 
'org.apache.hadoop.hive.serde2.OpenCSVSerde';
   
   insert into test_open_csv_serde values(12);
   ```
   
   <img width="678" height="478" alt="image" 
src="https://github.com/user-attachments/assets/6b7c5ca5-6a17-44e7-982a-3dd01a57d537";
 />
   


-- 
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: gitbox-unsubscr...@hive.apache.org

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


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

Reply via email to