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

vterentev pushed a commit to branch fix-playground-2
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-playground-2 by this push:
     new 69c971c20a9 Move from sql package
69c971c20a9 is described below

commit 69c971c20a92addb1396357cb3cdf9abeb46ecad
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Jun 6 18:22:30 2025 +0400

    Move from sql package
---
 .github/workflows/beam_Playground_CI_Nightly.yml                        | 2 +-
 .../java/org/apache/beam/examples/{sql => }/SchemaTransformExample.java | 2 +-
 .../java/org/apache/beam/examples/{sql => }/SqlTransformExample.java    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/beam_Playground_CI_Nightly.yml 
b/.github/workflows/beam_Playground_CI_Nightly.yml
index 4781eb1ccb9..8aae902ba88 100644
--- a/.github/workflows/beam_Playground_CI_Nightly.yml
+++ b/.github/workflows/beam_Playground_CI_Nightly.yml
@@ -98,4 +98,4 @@ jobs:
           SDK: ${{ matrix.sdk }}
         run: |
           cd $BEAM_ROOT_DIR/playground/infrastructure
-          python ci_cd.py --step CI --sdk SDK_${SDK^^} --origin PG_EXAMPLES 
--subdirs ./examples/java/sql ./learning/katas ./examples ./sdks
+          python ci_cd.py --step CI --sdk SDK_${SDK^^} --origin PG_EXAMPLES 
--subdirs ./learning/katas ./examples ./sdks
diff --git 
a/examples/java/sql/src/main/java/org/apache/beam/examples/sql/SchemaTransformExample.java
 
b/examples/java/sql/src/main/java/org/apache/beam/examples/SchemaTransformExample.java
similarity index 99%
rename from 
examples/java/sql/src/main/java/org/apache/beam/examples/sql/SchemaTransformExample.java
rename to 
examples/java/sql/src/main/java/org/apache/beam/examples/SchemaTransformExample.java
index d50490c91b0..861b35b463e 100644
--- 
a/examples/java/sql/src/main/java/org/apache/beam/examples/sql/SchemaTransformExample.java
+++ 
b/examples/java/sql/src/main/java/org/apache/beam/examples/SchemaTransformExample.java
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.beam.examples.sql;
+package org.apache.beam.examples;
 
 // beam-playground:
 //   name: Group.ByFields
diff --git 
a/examples/java/sql/src/main/java/org/apache/beam/examples/sql/SqlTransformExample.java
 
b/examples/java/sql/src/main/java/org/apache/beam/examples/SqlTransformExample.java
similarity index 99%
rename from 
examples/java/sql/src/main/java/org/apache/beam/examples/sql/SqlTransformExample.java
rename to 
examples/java/sql/src/main/java/org/apache/beam/examples/SqlTransformExample.java
index 1f8ae1973b4..62839f7a485 100644
--- 
a/examples/java/sql/src/main/java/org/apache/beam/examples/sql/SqlTransformExample.java
+++ 
b/examples/java/sql/src/main/java/org/apache/beam/examples/SqlTransformExample.java
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.beam.examples.sql;
+package org.apache.beam.examples;
 
 // beam-playground:
 //   name: SqlTransform

Reply via email to