jberragan commented on code in PR #68:
URL:
https://github.com/apache/cassandra-analytics/pull/68#discussion_r1690545899
##########
cassandra-bridge/src/main/java/org/apache/cassandra/bridge/CassandraBridge.java:
##########
@@ -200,65 +192,152 @@ public List<CqlField.NativeType> supportedTypes()
// Native
- public abstract CqlField.NativeType ascii();
+ public CqlField.NativeType ascii()
+ {
+ return cassandraTypes().ascii();
+ }
Review Comment:
I kept this as a convenience, but also to reduce the PR diff.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]