suztomo edited a comment on pull request #15411: URL: https://github.com/apache/beam/pull/15411#issuecomment-907451169
Run Java PreCommit This also failed. https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/3994/consoleFull ``` 16:30:38 > Task :sdks:java:testing:tpcds:compileJava 16:30:38 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/testing/tpcds/src/main/java/org/apache/beam/sdk/tpcds/SqlTransformRunner.java:213: error: [argument.type.incompatible] incompatible argument for parameter doc of createRecord. 16:30:38 org.apache.avro.Schema.createRecord(schema.getName() + "_projected", null, null, false); 16:30:38 ^ 16:30:38 found : null (NullType) 16:30:38 required: @Initialized @NonNull String 16:30:38 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/testing/tpcds/src/main/java/org/apache/beam/sdk/tpcds/SqlTransformRunner.java:213: error: [argument.type.incompatible] incompatible argument for parameter namespace of createRecord. 16:30:38 org.apache.avro.Schema.createRecord(schema.getName() + "_projected", null, null, false); 16:30:38 ^ 16:30:38 found : null (NullType) 16:30:38 required: @Initialized @NonNull String ``` -- 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]
