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