Skip to content

Implement From<Option<String>>' for ScalarValue`#17043

Merged
alamb merged 1 commit into
apache:mainfrom
findepi:findepi/implement-from-option-string-for-scalarvalue-1c9ad3
Aug 5, 2025
Merged

Implement From<Option<String>>' for ScalarValue`#17043
alamb merged 1 commit into
apache:mainfrom
findepi:findepi/implement-from-option-string-for-scalarvalue-1c9ad3

Conversation

@findepi

@findepi findepi commented Aug 5, 2025

Copy link
Copy Markdown
Member

ScalarValue can be made into from a &str, Option<&str> and String. Option<String> was a missing alternative.

`ScalarValue` can be made into from a `&str`, `Option<&str>` and
`String`. `Option<String>` was a missing alternative.
@github-actions github-actions Bot added the common Related to common crate label Aug 5, 2025

@zhuqi-lucas zhuqi-lucas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, this is a clear change, thank you @findepi !

@alamb
alamb merged commit 6d00734 into apache:main Aug 5, 2025
27 checks passed
@alamb

alamb commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Thanks for the code @findepi and thanks for the review @zhuqi-lucas

@findepi
findepi deleted the findepi/implement-from-option-string-for-scalarvalue-1c9ad3 branch August 6, 2025 07:53
hknlof pushed a commit to hknlof/datafusion that referenced this pull request Aug 20, 2025
`ScalarValue` can be made into from a `&str`, `Option<&str>` and
`String`. `Option<String>` was a missing alternative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to common crate

3 participants