abhijeet-lele commented on a change in pull request #16988:
URL: https://github.com/apache/beam/pull/16988#discussion_r819647230
##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -206,6 +206,14 @@ task runBasicExample(type: JavaExec) {
args = ["--runner=DirectRunner"]
}
+// Run basic SQL example
+task runNestedRowInArrayExample(type: JavaExec) {
+ description = "Run basic SQL example"
+ mainClass = "org.apache.beam.sdk.extensions.sql.example.BeamSqlUnnestExample"
+ classpath = sourceSets.main.runtimeClasspath
+ args = ["--runner=DirectRunner"]
+}
Review comment:
Removed the example.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]