mihaibudiu commented on code in PR #3569:
URL: https://github.com/apache/calcite/pull/3569#discussion_r1436581647
##########
cassandra/src/main/java/org/apache/calcite/adapter/cassandra/CassandraFilter.java:
##########
@@ -192,6 +193,9 @@ private String translateMatch(RexNode condition) {
private static Object literalValue(RexLiteral literal) {
Comparable<?> value = RexLiteral.value(literal);
switch (literal.getTypeName()) {
+ case TIMESTAMP_TZ:
Review Comment:
The first commit in this PR uses this type name, but in a comment on Jira
@julianhyde suggested the new name so the third commit changes the name to this
one. The truth is that the long name is very hard to read and is very easy to
mistype.
--
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]