From 8263bfa688b6d656103887b821c1180293152acf Mon Sep 17 00:00:00 2001 From: Jeffrey Kinard Date: Wed, 27 Mar 2024 18:44:41 -0400 Subject: [PATCH] [YAML] Disable Java variant of WriteToJson Signed-off-by: Jeffrey Kinard --- sdks/python/apache_beam/yaml/standard_io.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/yaml/standard_io.yaml b/sdks/python/apache_beam/yaml/standard_io.yaml index 8a5ffd9f6a9c..1703f8387397 100644 --- a/sdks/python/apache_beam/yaml/standard_io.yaml +++ b/sdks/python/apache_beam/yaml/standard_io.yaml @@ -186,7 +186,8 @@ - type: beamJar transforms: 'WriteToCsv': 'beam:schematransform:org.apache.beam:csv_write:v1' - 'WriteToJson': 'beam:schematransform:org.apache.beam:json_write:v1' + # TODO(https://github.com/apache/beam/issues/30776) - re-enable once fixed. +# 'WriteToJson': 'beam:schematransform:org.apache.beam:json_write:v1' config: gradle_target: 'sdks:java:extensions:schemaio-expansion-service:shadowJar'