DonnyZone commented on a change in pull request #1057:
URL: https://github.com/apache/calcite/pull/1057#discussion_r456360836
##########
File path: core/src/test/java/org/apache/calcite/test/ReflectiveSchemaTest.java
##########
@@ -1070,4 +1070,13 @@ public IntHolder(int value) {
+ "from \"s\".\"primesCustomBoxed\"")
.returnsUnordered("EXPR$0=false\nEXPR$0=false\nEXPR$0=true");
}
+
+ @Test public void testUnaryMinus() {
Review comment:
testDecimalNegate?
Please also check the codegen with `planContains("....negeate())"`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]