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

[FEA] read_json should output all-nulls columns for the schema columns that do not exist in the input #17091

Closed
ttnghia opened this issue Oct 15, 2024 · 0 comments · Fixed by #17029
Labels
cuIO cuIO issue feature request New feature or request Spark Functionality that helps Spark RAPIDS

Comments

@ttnghia
Copy link
Contributor

ttnghia commented Oct 15, 2024

In order to fulfill some applications such as Spark, read_json needs to output all-nulls columns for the columns in the input schema that do not exist in the input data. This applies to all schema columns at any nested level.

If there is conflict of interest between applications, we can implement this as a reader option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuIO cuIO issue feature request New feature or request Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant