suztomo edited a comment on pull request #15411: URL: https://github.com/apache/beam/pull/15411#issuecomment-907414884
> Run SQL PreCommit failure https://ci-beam.apache.org/job/beam_PreCommit_SQL_Commit/4072/console ``` 14:38:12 > Task :sdks:java:testing:tpcds:compileJava 14:38:12 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Commit/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. 14:38:12 org.apache.avro.Schema.createRecord(schema.getName() + "_projected", null, null, false); 14:38:12 ^ 14:38:12 found : null (NullType) 14:38:12 required: @Initialized @NonNull String 14:38:12 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Commit/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. 14:38:12 org.apache.avro.Schema.createRecord(schema.getName() + "_projected", null, null, false); 14:38:12 ^ 14:38:12 found : null (NullType) 14:38:12 required: @Initialized @NonNull String 14:38:12 2 errors ``` This PR is not touching Avro version (1.8.2). Why did it fail? <img width="937" alt="Screen Shot 2021-08-27 at 16 03 27" src="https://user-images.githubusercontent.com/28604/131182739-2e418c9d-d084-4bdc-9894-afc8f6fd48ae.png"> -- 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]
