AshinGau opened a new pull request, #34835:
URL: https://github.com/apache/doris/pull/34835

   ## Proposed changes
   
   If an iceberg table has equality delete files, the data file should read all 
the delete columns, which are used to delete rows by comparing the column 
values.  After filtering the data block, the output block should remove the 
added delete columns to match the right output slots.
   Fix errors like:
   ```
   mysql> select count(*) from customer_flink_three_orc;
   ERROR 1105 (HY000): errCode = 2, detailMessage = 
(xxx)[CANCELLED][INTERNAL_ERROR] cur path: 
hdfs://xxx:4007/usr/hive/warehouse/hadoop_catalog/multi_catalog/customer_flink_three_orc/data/xxx.orc.
 Can't find the delete column 'c_name' in data file
   ```
   
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to