We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643d5e5 commit 377dff5Copy full SHA for 377dff5
1 file changed
CHANGES.md
@@ -77,7 +77,11 @@
77
## Breaking Changes
78
79
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
80
-* Previously deprecated Beam ZetaSQL component has been removed from new releases ([#34423](https://github.com/apache/beam/issues/34423)).
+* Previously deprecated Beam ZetaSQL component has been removed ([#34423](https://github.com/apache/beam/issues/34423)).
81
+ ZetaSQL users could migrate to Calcite SQL with BigQuery dialect enabled.
82
+* Upgraded Beam vendored Calcite to 1.40.0 for Beam SQL ([#35483](https://github.com/apache/beam/issues/35483)), which
83
+ improves support for BigQuery and other SQL dialects. Note: Minor behavior changes are observed such as output
84
+ significant digits related to casting.
85
86
## Deprecations
87
0 commit comments