Rollback UUIDType and InetAddressType

Description

Since Databricks doesn't want to add UUIDType and InetAddressType, we need rollback them, and check the best way to handle it.

Pull Requests

https://github.com/datastax/spark-cassandra-connector/pull/867

Activity

Show:

Alex Liu October 22, 2015 at 8:29 PM

We decide to convert both UUID and InetAddress to String and store string in Spark until Databrix comes up with some good solution in the future Spark release 1.6+

Alex Liu October 1, 2015 at 12:04 AM

UUID is stored as binary in spark sql, inetAddress is stored as host address string.

Fixed

Details

Assignee

Reporter

Reviewer

Fix versions

Affects versions

Priority

Created September 30, 2015 at 3:20 PM
Updated February 18, 2016 at 11:46 AM
Resolved October 24, 2015 at 5:01 AM