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

[Go] array.Null type support handling for arrow/csv writing #36623

Closed
ggodik opened this issue Jul 12, 2023 · 1 comment · Fixed by #36624
Closed

[Go] array.Null type support handling for arrow/csv writing #36623

ggodik opened this issue Jul 12, 2023 · 1 comment · Fixed by #36624

Comments

@ggodik
Copy link
Contributor

ggodik commented Jul 12, 2023

Describe the enhancement requested

Currently the array.Null type is not supported

  • validation panics if a NullType is present
  • Writer.transformColToStringArr lacks the handling

Enhancement to support writing nulls as it's already a CSV feature.

Component(s)

Go

@ggodik
Copy link
Contributor Author

ggodik commented Jul 12, 2023

PR forthcoming

ggodik pushed a commit to ggodik/arrow that referenced this issue Jul 12, 2023
@zeroshade zeroshade changed the title [GO] array.Null type support handling for arrow/csv writing [Go] array.Null type support handling for arrow/csv writing Jul 12, 2023
zeroshade pushed a commit that referenced this issue Jul 12, 2023
### Rationale for this change

### What changes are included in this PR?

* adding `NullType` to `validate`
* NullType handling in `Writer.transformColToStringArr` to write an `nullValue`

### Are these changes tested?

Unit tests included in change

### Are there any user-facing changes?
 
No
* Closes: #36623

Authored-by: ggodik <ggodik@factset.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
@zeroshade zeroshade added this to the 13.0.0 milestone Jul 12, 2023
@raulcd raulcd modified the milestones: 13.0.0, 14.0.0 Jul 13, 2023
chelseajonesr pushed a commit to chelseajonesr/arrow that referenced this issue Jul 20, 2023
### Rationale for this change

### What changes are included in this PR?

* adding `NullType` to `validate`
* NullType handling in `Writer.transformColToStringArr` to write an `nullValue`

### Are these changes tested?

Unit tests included in change

### Are there any user-facing changes?
 
No
* Closes: apache#36623

Authored-by: ggodik <ggodik@factset.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
R-JunmingChen pushed a commit to R-JunmingChen/arrow that referenced this issue Aug 20, 2023
### Rationale for this change

### What changes are included in this PR?

* adding `NullType` to `validate`
* NullType handling in `Writer.transformColToStringArr` to write an `nullValue`

### Are these changes tested?

Unit tests included in change

### Are there any user-facing changes?
 
No
* Closes: apache#36623

Authored-by: ggodik <ggodik@factset.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants