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
[IcebergIO] extend table partitioning to Beam SQL (#35268)
* add sql partitioning
* trigger ITs and add to CHANGES
* simplify test
* include emoty namespace fix
* add error when using partitioning for unsupported tables
* fix test
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
*[IcebergIO] Now available with Beam SQL! ([#34799](https://github.com/apache/beam/pull/34799))
79
79
*[IcebergIO] Support reading with column pruning ([#34856](https://github.com/apache/beam/pull/34856))
80
80
*[IcebergIO] Support reading with pushdown filtering ([#34827](https://github.com/apache/beam/pull/34827))
81
-
*[IcebergIO] Create tables with a specified partition spec ([#34966](https://github.com/apache/beam/pull/34966))
81
+
*[IcebergIO] Create tables with a specified partition spec ([#34966](https://github.com/apache/beam/pull/34966), [#35268](https://github.com/apache/beam/pull/35268))
82
82
*[IcebergIO] Dynamically create namespaces if needed ([#35228](https://github.com/apache/beam/pull/35228))
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/parser/SqlCreateExternalTable.java
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/catalog/InMemoryCatalog.java
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/TableProvider.java
0 commit comments