JeetKunDoug commented on code in PR #45:
URL: 
https://github.com/apache/cassandra-analytics/pull/45#discussion_r1541482050


##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/SqlToCqlTypeConverter.java:
##########
@@ -788,11 +797,54 @@ else if (object instanceof scala.Tuple2)
             }
             return map;
         }
+    }
+
+    public static class UdtConverter extends NullableConverter<Object>

Review Comment:
   Originally, I was trying to convert to the final values, but it ended up it 
wasn't possible due to some serialization issues, so it returns the 
`BridgeUdtValue` - I'll update it to be more specific.



-- 
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