DonnyZone commented on a change in pull request #1057:
URL: https://github.com/apache/calcite/pull/1057#discussion_r458499951
##########
File path: core/src/test/java/org/apache/calcite/test/ReflectiveSchemaTest.java
##########
@@ -1070,4 +1070,14 @@ public IntHolder(int value) {
+ "from \"s\".\"primesCustomBoxed\"")
.returnsUnordered("EXPR$0=false\nEXPR$0=false\nEXPR$0=true");
}
+
+ @Test public void testDecimalNegate() {
Review comment:
Since CALCITE-3892, we made junit test classes and methods into
non-public.
----------------------------------------------------------------
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]