This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch release-2.53.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.53.0 by this push:
     new 210d0e4769a Revert to non-schema-based Sql transform. (#29831)
210d0e4769a is described below

commit 210d0e4769aa0e930d7359237cf85fbd07f751e3
Author: Robert Bradshaw <rober...@gmail.com>
AuthorDate: Wed Dec 20 09:01:39 2023 -0800

    Revert to non-schema-based Sql transform. (#29831)
    
    Issues with unknown logical types.
---
 sdks/python/apache_beam/yaml/standard_providers.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/yaml/standard_providers.yaml 
b/sdks/python/apache_beam/yaml/standard_providers.yaml
index 0f1bc14c47c..67ab8da502f 100644
--- a/sdks/python/apache_beam/yaml/standard_providers.yaml
+++ b/sdks/python/apache_beam/yaml/standard_providers.yaml
@@ -18,9 +18,15 @@
 # TODO(robertwb): Add more providers.
 # TODO(robertwb): Perhaps auto-generate this file?
 
+- type: 'beamJar'
+  config:
+    gradle_target: 'sdks:java:extensions:sql:expansion-service:shadowJar'
+    version: BEAM_VERSION
+  transforms:
+     Sql: 'beam:external:java:sql:v1'
+
 - type: renaming
   transforms:
-    'Sql': 'Sql'
     'MapToFields-java': 'MapToFields-java'
     'MapToFields-generic': 'MapToFields-java'
     'Filter-java': 'Filter-java'

Reply via email to