You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/generic-table.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ type: docs
22
22
weight: 435
23
23
---
24
24
25
-
The generic tables framework provides support for non-Iceberg table formats including Delta Lake, CSV, etc. With this framework, you can:
25
+
The generic tables are non-Iceberg tables. Table can be multiple formats including Delta, CSV, etc. With this framework, you can:
26
26
- Create a generic table under a namespace
27
27
- Load a generic table
28
28
- Drop a generic table
@@ -162,6 +162,6 @@ For the complete and up-to-date API specification, see the [Catalog API Spec](ht
162
162
163
163
There are some known limitations for the generic table support:
164
164
1. Generic tables provide limited spec information. For example, there is no spec for Schema or Partition.
165
-
2. There is no commit coordination provided by Polaris. It is the responsibility of the engine to coordinate commits.
165
+
2. There is no commit coordination provided by Polaris. It is the responsibility of the engine to coordinate loading and committing data. The catalog is only aware of the generic table fields above.
166
166
3. There is no update capability provided by Polaris. Any update to a generic table must be done through a drop and create.
167
167
4. Generic tables do not support credential vending.
0 commit comments