Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support hex literal #1030

Merged
merged 5 commits into from
Jun 26, 2023
Merged

Conversation

ShiKaiWi
Copy link
Member

Rationale

Currently, the underlying storage supports binary data type. However, during the parsing and planning, the binary data is not supported.

Detailed Changes

Support binary data type during parsing and planning stage.

Test Plan

New unit tests and integration tests.

Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

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

LGTM

@ShiKaiWi ShiKaiWi merged commit cb7c907 into apache:main Jun 26, 2023
6 checks passed
@ShiKaiWi ShiKaiWi deleted the fix-support-hex-literal branch June 26, 2023 12:25
dust1 pushed a commit to dust1/ceresdb that referenced this pull request Aug 9, 2023
## Rationale
Currently, the underlying storage supports binary data type. However,
during the parsing and planning, the binary data is not supported.

## Detailed Changes
Support binary data type during parsing and planning stage.

## Test Plan
New unit tests and integration tests.
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.

None yet

2 participants