brianmhess / cassandra-loader

Delimited file loader for Cassandra
Apache License 2.0
197 stars 93 forks source link

Enable TIME formatting #102

Open carl297r opened 5 years ago

carl297r commented 5 years ago

I found that columns of type TIME are expected to be a long when loaded. This PR adds an option, -localTimeFormat, that allows columns to type TIME to formatted E.g. HH:mm:ss.SS.

I submitted a PR to fix the issue: #101