gensheng-mo opened a new issue, #7022:
URL: https://github.com/apache/iceberg/issues/7022

   ### Apache Iceberg version
   
   0.13.0
   
   ### Query engine
   
   Flink
   
   ### Please describe the bug 🐞
   
   I run a program to read data from iceberg table by flink batch api , it seem 
the ` flilters() ` funtion is unless when iceberg table is stored by ` PARQUET` 
fromat .
   Source table t3 has 4 recods  and program add filter expression ` a >= 3 ` . 
And , the program result is incorrect !
   Please see follow pictures :
   
   
![image](https://user-images.githubusercontent.com/12807493/222997769-08d6be44-fe9b-4ae2-b81c-c7136efcfb86.png)
   
![image](https://user-images.githubusercontent.com/12807493/222997779-8181ea14-5cd7-4596-a7ee-6804d3068b58.png)
   
![image](https://user-images.githubusercontent.com/12807493/222997784-e10b3ae3-aa6d-44d4-93e6-4a730b512620.png)
   
   
   However , I can get  correct result when iceberg table stored by `ORC ` 
format. 
   Wait for some body give me something useful solutions , thanks !


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