suztomo commented on pull request #14016: URL: https://github.com/apache/beam/pull/14016#issuecomment-797059126
@dpcollins-google @robinyqiu "SQL Post Commit Tests" has been failing since 2 days ago. I found this PR from the https://ci-beam.apache.org/job/beam_PostCommit_SQL/6022/ . Do you think the test failures are related to this PR? ``` 13:14:54 > Task :sdks:java:extensions:sql:integrationTest 13:15:15 13:15:15 org.apache.beam.sdk.extensions.sql.meta.provider.kafka.KafkaTableProviderIT > testFakeNested[0] FAILED 13:15:15 org.apache.beam.sdk.extensions.sql.impl.ParseException at KafkaTableProviderIT.java:227 13:15:15 Caused by: java.lang.RuntimeException at SqlParseException.java:171 13:15:23 13:15:23 org.apache.beam.sdk.extensions.sql.meta.provider.kafka.KafkaTableProviderIT > testFakeNested[1] FAILED 13:15:23 org.apache.beam.sdk.extensions.sql.impl.ParseException at KafkaTableProviderIT.java:227 13:15:23 Caused by: java.lang.RuntimeException at SqlParseException.java:171 13:15:32 13:15:32 org.apache.beam.sdk.extensions.sql.meta.provider.kafka.KafkaTableProviderIT > testFakeNested[2] FAILED 13:15:32 org.apache.beam.sdk.extensions.sql.impl.ParseException at KafkaTableProviderIT.java:227 13:15:32 Caused by: java.lang.RuntimeException at SqlParseException.java:171 13:15:40 13:15:40 org.apache.beam.sdk.extensions.sql.meta.provider.kafka.KafkaTableProviderIT > testFakeNested[3] FAILED 13:15:40 org.apache.beam.sdk.extensions.sql.impl.ParseException at KafkaTableProviderIT.java:227 13:15:40 Caused by: java.lang.RuntimeException at SqlParseException.java:171 13:15:51 13:15:51 org.apache.beam.sdk.extensions.sql.meta.provider.kafka.KafkaTableProviderIT > testFakeNested[4] FAILED 13:15:51 org.apache.beam.sdk.extensions.sql.impl.ParseException at KafkaTableProviderIT.java:227 13:15:51 Caused by: java.lang.RuntimeException at SqlParseException.java:171 13:21:21 13:21:21 55 tests completed, 5 failed ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
