dwrite
dwrite
java.lang.RuntimeException: Error while parsing query: values (2 ^^ 3) at org.apache.calcite.sql.test.AbstractSqlTester.parseAndValidate(AbstractSqlTester.java:158) at org.apache.calcite.sql.test.AbstractSqlTester.check(AbstractSqlTester.java:240) at org.apache.calcite.sql.test.SqlTester.check(SqlTester.java:158) at org.apache.calcite.test.SqlOperatorFixtureImpl.lambda$checkScalar$2(SqlOperatorFixtureImpl.java:240) at org.apache.calcite.sql.test.AbstractSqlTester.forEachQuery(AbstractSqlTester.java:454) at org.apache.calcite.test.SqlOperatorFixtureImpl.checkScalar(SqlOperatorFixtureImpl.java:239) at org.apache.calcite.sql.test.SqlOperatorFixture.checkScalar(SqlOperatorFixture.java:232) at org.apache.calcite.test.SqlOperatorTest.testBitXorOperatorScalarFunc(SqlOperatorTest.java:16468) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at...
> The problem is the following: the testing framework uses a "consumer" to check the results, with the same API used for negative and positive test cases. There is an...
> Let’s wait a bit. Thank you Sure, thanks! Just to mention — I’ve added the previously added
> I have pushed an extra commit which should fix the problems of the test framework with carets. It would be nice if someone else than me could review that....
> Please squash the commits so we can merge. If it's not too much work, you can leave my changes in a separate commit - but that may be difficult....
> If you will change the commits, maybe you can combine the two changes from the first two commits into a single one and use that message. sure. Just squash...