datastax / dsbulk

DataStax Bulk Loader (DSBulk) is an open-source, Apache-licensed, unified tool for loading into and unloading from Apache Cassandra(R), DataStax Astra and DataStax Enterprise (DSE)
Apache License 2.0
85 stars 30 forks source link

Add JSON Codec for Vector type #476

Closed eolivelli closed 1 year ago

eolivelli commented 1 year ago

This patch is based on https://github.com/datastax/dsbulk/pull/475

It adds the implementation for JsonNodeToCqlVectorCodec.java, that allows users to deal with the new CqlVector data type

absurdfarce commented 1 year ago

This code has been reworked in the main PR adding vector support to dsbulk (see this commit). I would argue this PR should be closed in favor of that work.

eolivelli commented 1 year ago

Closing the PR as it has been superseded