frankgh opened a new pull request, #38:
URL: https://github.com/apache/cassandra-analytics/pull/38

   This commit adds the ability to use the newly supported in Cassandra Sidecar 
XXhash32 digest algorithm. The commit allows for backwards compatibility to 
perform MD5 checksumming, but it now defaults to XXHash32.
   
   A new Writer option is added:
   
   ```
   .option(WriterOptions.DIGEST_TYPE.name(), "XXHASH32") // or
   .option(WriterOptions.DIGEST_TYPE.name(), "MD5")
   ```
   
   This option defaults to XXHash32, when not provided, but it can be 
configured to use the legacy MD5 algorithm.
   
   Path by Francisco Guerrero; Reviewed by TBD for CASSANDRA-19369


-- 
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: commits-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to