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

robertwb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 28443f803c8 Remove bad dialect option. (#31429)
28443f803c8 is described below

commit 28443f803c8003b7bb466d9d66045df18cefe504
Author: Robert Bradshaw <rober...@gmail.com>
AuthorDate: Tue May 28 16:13:58 2024 -0700

    Remove bad dialect option. (#31429)
---
 sdks/python/apache_beam/yaml/tests/sql.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sdks/python/apache_beam/yaml/tests/sql.yaml 
b/sdks/python/apache_beam/yaml/tests/sql.yaml
index 34a6b80775a..87b84a71aae 100644
--- a/sdks/python/apache_beam/yaml/tests/sql.yaml
+++ b/sdks/python/apache_beam/yaml/tests/sql.yaml
@@ -49,7 +49,6 @@ pipelines:
 
             - type: Sql
               config:
-                dialect: X
                 query:
                   "SELECT a, sum(b) as s FROM PCOLLECTION GROUP BY a"
 

Reply via email to