You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONB support is a Yugabyte only feature and is not present in Cassandra. The JSONB datatype number in the wire protocol was near the existing data types in Cassandra. So as to avoid future collision with Apache Cassandra drivers, it is required that we use a high number for JSONB's type code in the CQL wire protocol while we are still in beta for JSONB.
The text was updated successfully, but these errors were encountered:
Summary:
Since JSONB is not yet supported by Apache Cassandra, we would like to
move JSONB to a enum value which is far away from the existing range so
as to not conflict with future types added by Cassandra.
Test Plan: Jenkins, org.yb.cql.TestJson
Reviewers: mihnea, robert
Reviewed By: robert
Subscribers: kannan, yql
Differential Revision: https://phabricator.dev.yugabyte.com/D5264
JSONB support is a Yugabyte only feature and is not present in Cassandra. The JSONB datatype number in the wire protocol was near the existing data types in Cassandra. So as to avoid future collision with Apache Cassandra drivers, it is required that we use a high number for JSONB's type code in the CQL wire protocol while we are still in beta for JSONB.
The text was updated successfully, but these errors were encountered: