Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

How to ignore a field when write parquet to file #185

Closed
nvvu opened this issue May 19, 2022 · 0 comments · Fixed by #196
Closed

How to ignore a field when write parquet to file #185

nvvu opened this issue May 19, 2022 · 0 comments · Fixed by #196
Assignees
Labels
feature New feature or request

Comments

@nvvu
Copy link

nvvu commented May 19, 2022

Just want to ask is there any way to ignore a field when write to parquet file like what encoding/json package did when marshal/unmarshal:

// Field is ignored by this package.
Field int `json:"-"`

// Field appears in JSON as key "-".
Field int `json:"-,"`

ref: https://pkg.go.dev/encoding/json#Marshal

P/s: Thank, this project is great.

@achille-roussel achille-roussel added the feature New feature or request label May 23, 2022
@Pryz Pryz self-assigned this May 23, 2022
@Pryz Pryz closed this as completed in #196 Jun 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants