frankgh opened a new pull request, #20:
URL: https://github.com/apache/cassandra-analytics/pull/20
Cassandra in nature is case insensitive when creating identifiers (i.e.
keyspace names, table names, column
names, etc.). We can define case-sensitive identifiers or use a reserved
word as an identifier by quoting it
during DDL creation.
In the analytics library, bulk writing fails when we encounter these
identifiers. In this commit, we fix the
issue by property propagating the information about whether identifiers need
to be quoted by exposing a new data
frame option (`quote_identifiers`). When set to `true`, it will _maybe_
quote the keyspace/table/column names
and it will properly be able to write data when using mixed-case or reserved
words in the identifiers.
--
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]