Skip to content

Conversation

@priyanshu-ctds
Copy link
Collaborator

@priyanshu-ctds priyanshu-ctds self-assigned this Dec 18, 2025
@priyanshu-ctds priyanshu-ctds changed the title STREAM-770 Added support for tuple datatype STREAM-770: Added support for tuple datatype Dec 18, 2025
@priyanshu-ctds priyanshu-ctds requested a review from dlg99 December 19, 2025 15:26
Copy link

@dlg99 dlg99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@msmygit msmygit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼

UdtValue zudtOptionalValues = zudt.newValue(dataSpecMap.get("text").cqlValue);
TupleType tupleType = DataTypes.tupleOf(DataTypes.INT, DataTypes.TEXT);
TupleValue tupleValue = tupleType.newValue(dataSpecMap.get("int").cqlValue, dataSpecMap.get("text").cqlValue);
TupleType tupleType = DataTypes.tupleOf(DataTypes.TEXT, DataTypes.TEXT, DataTypes.BIGINT, DataTypes.DOUBLE, DataTypes.TEXT);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏼

@priyanshu-ctds priyanshu-ctds merged commit 8e2d17b into master Dec 23, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants