normanj-bitquill commented on code in PR #3762:
URL: https://github.com/apache/calcite/pull/3762#discussion_r1571319246


##########
core/src/test/java/org/apache/calcite/test/SqlValidatorTest.java:
##########
@@ -559,15 +558,6 @@ static SqlOperatorTable operatorTableFor(SqlLibrary 
library) {
   }
 
   @Test void testArithmeticOperatorsFails() {
-    expr("^power(2,'abc')^")

Review Comment:
   The `POWER` function is no longer available in `SqlStdOperatorTable`. The 
implementation to use depends on which library is active since PostgreSQL can 
use a different return type.
   
   This test fails as it was since `POWER` is not in `StdOperatorTable`. Is 
there a way to specify the library to use for the test?



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