Shajini Thayasingh has posted comments on this change. ( http://gerrit.cloudera.org:8080/18128 )
Change subject: IMPALA-11043: [DOCS] Initial Iceberg documentation ...................................................................... Patch Set 1: Code-Review+1 (4 comments) http://gerrit.cloudera.org:8080/#/c/18128/1/docs/topics/impala_iceberg.xml File docs/topics/impala_iceberg.xml: http://gerrit.cloudera.org:8080/#/c/18128/1/docs/topics/impala_iceberg.xml@40 PS1, Line 40: Apache Iceberg is an open table format for huge analytic datasets. : Impala is able to work with Iceberg tables. With this functionality, one can access any of : their existing Iceberg tables via SQL and perform analytics over them. : Moreover, Impala is capable of creating and writing Iceberg tables in different : Iceberg Catalogs (e.g. HiveCatalog, HadoopCatalog), location-based tables (HadoopTables) : are also supported. Please replace this para with the following revised version: Impala now supports Apache Iceberg which is an open table format for huge analytic datasets. With this functionality, you can access any existing Iceberg tables using SQL and perform analytics over them. Using Impala you can create and write Iceberg tables in different Iceberg Catalogs (e.g. HiveCatalog, HadoopCatalog). It also supports location-based tables (HadoopTables). http://gerrit.cloudera.org:8080/#/c/18128/1/docs/topics/impala_iceberg.xml@53 PS1, Line 53: For background information on Iceberg, see <xref keyref="upstream_iceberg_site"/>. replace "background" with "more" http://gerrit.cloudera.org:8080/#/c/18128/1/docs/topics/impala_iceberg.xml@69 PS1, Line 69: ACID complience: DML operations are atomic, queries always read a consistent snapshot. typo: replace "complience" with "compliance" http://gerrit.cloudera.org:8080/#/c/18128/1/docs/topics/impala_iceberg.xml@79 PS1, Line 79: can update the layout of a table as data volume or : query patterns change. Since hidden partitioning is used, it is not required to : rewrite the data files during partition layout evolution. replace with the following para: When the data volume or the query patterns change you can update the layout of a table. Since hidden partitioning is used, you need not rewrite the data files during partition layout evolution. -- To view, visit http://gerrit.cloudera.org:8080/18128 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ief452611319f31d660838d35414bada387a05ef7 Gerrit-Change-Number: 18128 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <borokna...@cloudera.com> Gerrit-Reviewer: Shajini Thayasingh <sthayasi...@cloudera.com> Gerrit-Reviewer: Tamas Mate <tm...@cloudera.com> Gerrit-Comment-Date: Thu, 06 Jan 2022 18:38:47 +0000 Gerrit-HasComments: Yes