julianhyde commented on code in PR #2823:
URL: https://github.com/apache/calcite/pull/2823#discussion_r888430078
##########
babel/src/test/java/org/apache/calcite/test/BabelParserTest.java:
##########
@@ -191,10 +191,10 @@ class BabelParserTest extends SqlParserTest {
.ok("SELECT TIMESTAMP '1969-07-20 00:00:00'");
// PostgreSQL allows the following. We should too.
sql("select ^timestamp '1969-07-20 1:2'^")
- .fails("Illegal TIMESTAMP literal '1969-07-20 1:2': not in format "
+ .fails("Illegal TIMESTAMP literal 1969-07-20 1:2: not in format "
Review Comment:
Yes, it's worth keeping the error message the same. You probably just need
to edit `CalciteResource.java` and `CalciteResource.properties`.
--
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]