pvary commented on code in PR #12700: URL: https://github.com/apache/iceberg/pull/12700#discussion_r2027452101
########## docs/docs/hive.md: ########## @@ -602,7 +567,6 @@ Here are the features highlights for Iceberg Hive read support: 1. **Predicate pushdown**: Pushdown of the Hive SQL `WHERE` clause has been implemented so that these filters are used at the Iceberg `TableScan` level as well as by the Parquet and ORC Readers. 2. **Column projection**: Columns from the Hive SQL `SELECT` clause are projected down to the Iceberg readers to reduce the number of columns read. 3. **Hive query engines**: - - With Hive 2.3.x, 3.1.x, both the MapReduce and Tez query execution engines are supported. - With Hive 4.x, the Tez query execution engine is supported. Review Comment: This `-` is not needed -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org