-
Notifications
You must be signed in to change notification settings - Fork 915
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
Create table_input_metadata from a table_metadata #13920
Merged
rapids-bot
merged 27 commits into
rapidsai:branch-23.10
from
etseidl:feature/input_metadata
Aug 30, 2023
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
36f7ad8
add helpers to get table_input_metadata from a table_with_metadata
etseidl 8b7020a
Merge branch 'rapidsai:branch-23.10' into feature/input_metadata
etseidl ac39211
Merge remote-tracking branch 'origin/branch-23.10' into feature/input…
etseidl 07204db
add test
etseidl 24bf9d8
change expect to assert for bounds checks
etseidl 7cc11a6
remove fluff and make ctor that takes a table_with_metadata explicit
etseidl acfb613
make another ctor explicit...breaking change
etseidl 00b54b9
add nullability to column_name_info since the table can lie.
etseidl 9aa89d3
Merge branch 'branch-23.10' into feature/input_metadata
etseidl e1a5cef
probably better to make the struct node mandatory
etseidl d02ba3f
get rid of getters/setters
etseidl ed51828
Merge branch 'branch-23.10' into feature/input_metadata
etseidl 3f62e0d
Merge branch 'branch-23.10' into feature/input_metadata
etseidl a392472
only need one constructor
etseidl b5d42cf
don't set nullability on metadata elements that are internal to cudf
etseidl 73a72b9
Merge branch 'branch-23.10' into feature/input_metadata
etseidl 4be5ae3
i
etseidl bfad864
formatting
etseidl a55a3e9
Merge remote-tracking branch 'origin/branch-23.10' into feature/input…
etseidl 7488872
Merge branch 'branch-23.10' into feature/input_metadata
etseidl d9f6241
Merge branch 'branch-23.10' into feature/input_metadata
etseidl 0530450
Merge branch 'branch-23.10' into feature/input_metadata
etseidl 497522e
Merge remote-tracking branch 'origin/branch-23.10' into feature/input…
etseidl df0fe86
Merge branch 'branch-23.10' into feature/input_metadata
hyperbolic2346 f2be602
rename lambda and correct comment
etseidl 632e709
Merge branch 'branch-23.10' into feature/input_metadata
etseidl dc806c5
Merge branch 'branch-23.10' into feature/input_metadata
vuule File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nit picking here, but
get_children
doesn't just get children. It is also setting nullability on the metadata. Maybe something likeprocess_node
orset_nullability
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cut and paste strikes again 😅 I like
process_node