zhang-yue1 commented on issue #14297:
URL: https://github.com/apache/hudi/issues/14297#issuecomment-3551017970

   
   
   
   
   > Thanks for the feedback, did you try to disable the Tez and use mr engine 
instead?
   
   Thanks for the suggestion. I already switched the execution engine to MR, 
but the query still cannot run successfully.
   
   In addition, when using the Tez engine, I noticed a strange behavior:
   
   SELECT * FROM table works fine without a WHERE clause, but once I add a 
WHERE filter, it fails with
   AvroRuntimeException: Duplicate field _hoodie_commit_time in record.
   
   Similarly, SELECT count(1) FROM table works without a WHERE, but fails when 
a WHERE condition is added. The error also indicates that the field used in the 
filter becomes duplicated.
   
   So, i think the issue only appears when a WHERE filter is applied.
   


-- 
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]

Reply via email to