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

Fix all null list column with missing child column in JSON reader #17348

Merged
merged 25 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
67691c4
expose make_empty_column
karthikeyann Nov 16, 2024
d735731
fix all null list with empty nested child on missing list child column
karthikeyann Nov 16, 2024
d15300a
add unit test
karthikeyann Nov 16, 2024
9c7e692
Update cpp/src/io/json/json_column.cu
karthikeyann Nov 16, 2024
6e3e2bf
fix clang-format
karthikeyann Nov 18, 2024
6939da2
add comments on list, struct factories to avoid purge nulls
karthikeyann Nov 18, 2024
cdce1cb
cleanup tests
karthikeyann Nov 18, 2024
858687a
Merge branch 'branch-24.12' into fix-json_pruned_empty_list_column
karthikeyann Nov 18, 2024
ba5291d
fix unit test
karthikeyann Nov 18, 2024
39c24ff
return all_null list column, if no child column present
karthikeyann Nov 18, 2024
b8632e0
Merge branch 'branch-24.12' into fix-json_pruned_empty_list_column
karthikeyann Nov 20, 2024
0bcf84d
Merge branch 'branch-24.12' into fix-json_pruned_empty_list_column
karthikeyann Nov 25, 2024
9d475aa
make mixed child list as null (spark)
karthikeyann Nov 25, 2024
6c9083e
nullify mixed types only if experimental
karthikeyann Nov 25, 2024
ff80733
fix no child case, update unit test
karthikeyann Nov 26, 2024
78af57e
address review comments
karthikeyann Dec 3, 2024
0dbd99f
Merge branch 'branch-25.02' into fix-json_pruned_empty_list_column
karthikeyann Dec 3, 2024
9be71ca
empty column will skip purge nulls
karthikeyann Dec 4, 2024
862ad76
use thrust::distance
karthikeyann Dec 4, 2024
bcd9b28
style fix
karthikeyann Dec 4, 2024
0c181bb
Merge branch 'branch-25.02' into fix-json_pruned_empty_list_column
karthikeyann Dec 4, 2024
b983e53
Merge branch 'branch-25.02' into fix-json_pruned_empty_list_column
karthikeyann Dec 5, 2024
3d9bbda
fix typo and style
karthikeyann Dec 5, 2024
f76c53c
remove duplicate line
karthikeyann Dec 6, 2024
125fe35
Merge branch 'branch-25.02' into fix-json_pruned_empty_list_column
karthikeyann Dec 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'branch-24.12' into fix-json_pruned_empty_list_column
  • Loading branch information
karthikeyann authored Nov 25, 2024
commit 0bcf84d18e6a33f9b51dfe8d5304019adeaad285

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.