ebyhr commented on code in PR #12880:
URL: https://github.com/apache/iceberg/pull/12880#discussion_r2057148261
##########
docs/docs/hive.md:
##########
@@ -271,7 +271,7 @@ CREATE TABLE target LIKE source STORED BY ICEBERG;
### CREATE EXTERNAL TABLE overlaying an existing Iceberg table
The `CREATE EXTERNAL TABLE` command is used to overlay a Hive table "on top
of" an existing Iceberg table. Iceberg
-tables are created using either a [`Catalog`](../../javadoc/{{ icebergVersion
}}/index.html?org/apache/iceberg/catalog/Catalog.html), or an implementation of
the [`Tables`](../../javadoc/{{ icebergVersion
}}/index.html?org/apache/iceberg/Tables.html) interface, and Hive needs to be
configured accordingly to operate on these different types of table.
+tables are created using either a [`Catalog`](../../javadoc/{{ icebergVersion
}}/index.html?org/apache/iceberg/catalog/Catalog.html), or an implementation of
the [`Tables`](../../javadoc/{{ icebergVersion
}}/org/apache/iceberg/Tables.html) interface, and Hive needs to be configured
accordingly to operate on these different types of table.
Review Comment:
```suggestion
tables are created using either a [`Catalog`](../../javadoc/{{
icebergVersion }}/org/apache/iceberg/catalog/Catalog.html), or an
implementation of the [`Tables`](../../javadoc/{{ icebergVersion
}}/org/apache/iceberg/Tables.html) interface, and Hive needs to be configured
accordingly to operate on these different types of table.
```
--
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]