hailin0 commented on PR #2855:
URL: https://github.com/apache/calcite/pull/2855#issuecomment-1460288694

   what should i do
   
   ```xml
   FAILURE   0.0sec, org.apache.calcite.test.SqlToRelConverterTest > 
executionError
       java.lang.IllegalArgumentException: Actual and reference files differ. 
If you are adding new tests, replace the reference file with the current actual 
file, after checking its content.
       diff 
/home/runner/work/calcite/calcite/core/build/resources/test/org/apache/calcite/test/SqlToRelConverterTest_actual.xml
 
/home/runner/work/calcite/calcite/core/src/test/resources/org/apache/calcite/test/SqlToRelConverterTest.xml
       7854,7855c7854
       <       <![CDATA[select id from (values(1), (null)) t (id)
       < union select 'varchar-id' as id]]>
       ---
       >       <![CDATA[select id from (values(1), (null)) t (id) union select 
'varchar-id' as id]]>
       
           at 
org.apache.calcite.test.DiffRepository.checkActualAndReferenceFiles(DiffRepository.java:261)
           at 
org.apache.calcite.test.SqlToRelConverterTest.checkActualAndReferenceFiles(SqlToRelConverterTest.java:90)
   ```


-- 
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]

Reply via email to