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

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


The following commit(s) were added to refs/heads/fix-playground-ci-nightly by 
this push:
     new 2836f908fd6 Add calcite dependency
2836f908fd6 is described below

commit 2836f908fd67a1f5dc1a81f1a10ed2c985969cb6
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Oct 1 23:35:46 2025 +0400

    Add calcite dependency
---
 examples/java/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/java/build.gradle b/examples/java/build.gradle
index f704e7023a1..9d39ed5f9eb 100644
--- a/examples/java/build.gradle
+++ b/examples/java/build.gradle
@@ -107,9 +107,9 @@ dependencies {
   implementation "org.apache.httpcomponents:httpcore:4.4.13"
   implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.1"
   implementation "com.fasterxml.jackson.core:jackson-core:2.14.1"
+  implementation library.java.vendored_calcite_1_40_0
   runtimeOnly library.java.hadoop_client
   runtimeOnly library.java.bigdataoss_gcs_connector
-  runtimeOnly library.java.vendored_calcite_1_40_0
   testImplementation project(path: ":runners:direct-java", configuration: 
"shadow")
   testImplementation project(":sdks:java:io:google-cloud-platform")
   testImplementation project(":sdks:java:extensions:ml")
@@ -118,6 +118,7 @@ dependencies {
   testImplementation library.java.junit
   testImplementation library.java.mockito_core
   testImplementation library.java.testcontainers_kafka
+  testImplementation library.java.vendored_calcite_1_40_0
   testImplementation library.java.testcontainers_gcloud
 
   // Add dependencies for the PreCommit configurations

Reply via email to