You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/28 03:37:26 UTC

[GitHub] [iceberg] yeezychao commented on pull request #3681: Add watermark in flink table

yeezychao commented on PR #3681:
URL: https://github.com/apache/iceberg/pull/3681#issuecomment-1328492048

   > ```java
   > default_catalog.default_database.iceberg_table
   > ```
   
   I tried to use this way, But when query table like: 
   ```
   select * from default_catalog.default_database.iceberg_table where dt = '**' and hour = '**'
   ```
   The where condition are not effective, Still read full data, Why?


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org