Abacn commented on PR #35588:
URL: https://github.com/apache/beam/pull/35588#issuecomment-3104490601

   I'm able to get all (other than ZetaSQL) tests passing, except that Iceberg 
sql tests failed with
   
   ```
   IcebergReadWriteIT.testSqlWriteAndRead
   
   java.lang.NullPointerException: component type for root
        at java.base/java.util.Objects.requireNonNull(Objects.java:349)
        at 
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.linq4j.tree.IndexExpression.<init>(IndexExpression.java:37)
        at 
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.linq4j.tree.Expressions.arrayIndex(Expressions.java:237)
        at 
org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.adapter.enumerable.RexToLixTranslator.getConvertExpression(RexToLixTranslator.java:344)
   ...
           at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamCalcRel$Transform.expand(BeamCalcRel.java:203)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamCalcRel$Transform.expand(BeamCalcRel.java:154)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:559)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:507)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.toPCollection(BeamSqlRelUtils.java:107)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.lambda$buildPCollectionList$0(BeamSqlRelUtils.java:81)
        at 
java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
   ```
   
   These tests were added in #34799. @ahmedabu98 @talatuyarer would you mind 
taking a look? They can be reproduced locally with `./gradlew 
:sdks:java:extensions:sql:integrationTest --tests 
*IcebergReadWriteIT.testSqlWriteAndRead`


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to