zhangjun0x01 commented on issue #1983:
URL: https://github.com/apache/iceberg/issues/1983#issuecomment-751613468


   I did a detail test, if we add a query condition in `where`, for example 
`select * from mytable where d = 20201224 limit 1 ` the limit push down will 
fail , both partitioned table and unpartitioned table.
   
   I test `HiveTableSource` in flink,it has the same problem. (Except the 
condition is the partition field)
   
   I am not sure whether this is a bug for flink


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

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