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

Parse String column to nullable Double with correct locale #226

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

Kopilov
Copy link
Contributor

@Kopilov Kopilov commented Jan 19, 2023

We have already made system locale considering on parsing String to Double but it worked correctly only when converting nullable to nullable or not nullable to not nullable. This affected writing Arrow per schema in particular.

@Kopilov Kopilov force-pushed the cross-nullable-double-convert branch from 5960bb4 to fbd9e6e Compare January 19, 2023 12:47
@Jolanrensen Jolanrensen added the enhancement New feature or request label Jan 19, 2023
@Kopilov Kopilov force-pushed the cross-nullable-double-convert branch from fbd9e6e to 016e66d Compare April 11, 2023 11:28
@Kopilov Kopilov force-pushed the cross-nullable-double-convert branch from 016e66d to 39b66ed Compare April 12, 2023 07:26
@Kopilov
Copy link
Contributor Author

Kopilov commented Apr 12, 2023

@zaleslaw please notice that this PR contains test (based on real use case) that does not work originally and patch that fixes it

@zaleslaw
Copy link
Collaborator

Yeah, thanks for the comments, I am going to make a review next 2 weeks

Copy link
Collaborator

@zaleslaw zaleslaw left a comment

Choose a reason for hiding this comment

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

LGTM, thanks to you for the provided test, it's very clear

@zaleslaw
Copy link
Collaborator

So, I need to run TC and it will be merged

@zaleslaw zaleslaw merged commit 399b2f5 into Kotlin:master Apr 19, 2023
@Kopilov Kopilov deleted the cross-nullable-double-convert branch April 20, 2023 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants