frankgh commented on code in PR #19:
URL:
https://github.com/apache/cassandra-analytics/pull/19#discussion_r1414272495
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/WriterOptions.java:
##########
@@ -45,5 +45,10 @@ public enum WriterOptions implements WriterOption
ROW_BUFFER_MODE,
SSTABLE_DATA_SIZE_IN_MB,
TTL,
- TIMESTAMP
+ TIMESTAMP,
+ /**
+ * Option that specifies whether the identifiers (i.e. keyspace, table
name, column names) should be quoted to
+ * support mixed case and reserved keyword names for these fields.
+ */
+ QUOTE_IDENTIFIERS,
Review Comment:
this should go in CASSANDRA-19031 instead. I will clean it up here
--
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]