Skip to content

add config parse_hex_as_fixed_size_binary - #15687

Closed
leoyvens wants to merge 1 commit into
apache:mainfrom
leoyvens:parse_hex_as_fixed_size_binary
Closed

add config parse_hex_as_fixed_size_binary#15687
leoyvens wants to merge 1 commit into
apache:mainfrom
leoyvens:parse_hex_as_fixed_size_binary

Conversation

@leoyvens

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

What changes are included in this PR?

Adds parse_hex_as_fixed_size_binary parser option.

Are these changes tested?

There is an SLT test.

Are there any user-facing changes?

The configuration defaults to false, no breaking change. I'm not sure if docs updates are required.

@github-actionsgithub-actionsBot added sql SQL Planner core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) common Related to common crate labels Apr 11, 2025
@leoyvens
leoyvensforce-pushed the parse_hex_as_fixed_size_binary branch 2 times, most recently from b6366ad to 72dc068CompareApril 11, 2025 18:48
@github-actionsgithub-actionsBot added the documentation Improvements or additions to documentation label Apr 11, 2025
@leoyvens
leoyvensforce-pushed the parse_hex_as_fixed_size_binary branch from 72dc068 to adda058CompareApril 11, 2025 18:49
@leoyvens
leoyvensforce-pushed the parse_hex_as_fixed_size_binary branch from adda058 to 540ca95CompareApril 11, 2025 18:51
@alamb

Copy link
Copy Markdown
Contributor

I have an alternate suggestion here: #15686 (comment)

@alamb

alamb commented May 1, 2025

Copy link
Copy Markdown
Contributor

I believe we went with an alternate approach in

@alambalamb closed this May 1, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commonRelated to common cratecoreCore DataFusion cratedocumentationImprovements or additions to documentationsqlSQL PlannersqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow parsing byte literals as FixedSizeBinary

2 participants

@leoyvens@alamb