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.
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
Rewriting row/column conversions for Spark <-> cudf data conversions #8444
Rewriting row/column conversions for Spark <-> cudf data conversions #8444
Changes from 82 commits
cf58b89
6e869b6
2703baf
63a6636
b444279
fbe5dd5
f8bc01f
636b235
3bff2aa
8e52ba1
fdfcb39
5cf1cf1
9af3258
1d0245b
65490e0
2a57ce6
ed5492e
158a864
02cb81b
bae16f6
3656848
76e4099
966c34c
aeaf28c
6452e8e
c0e9895
b9df725
8d00447
c4b0242
bc4ed9b
e92989c
131ca58
a74c01c
d013e8b
70e39cd
a10375c
64c8374
f8ea2b1
c88472a
00e58d7
b9f42cd
6a267ab
170a771
a82cee8
31f3b4a
b044f8b
d2a33ed
7bcf41c
17f1e5d
dfda0f3
5c0e52c
cdd02d0
7bb0496
2b069ca
92f52cd
83118d2
d563eaa
5b6688d
53912ca
698817a
fb6dd51
b0173bf
81cbaa6
58eb43f
06837f0
2c4e12f
fa4f0d3
e9938b9
3c6b1e5
630222a
5e66d7c
37feaa1
e09ab04
27d44d9
3a48844
2844240
9770def
7595eaf
74afad7
652fc33
57a84e4
7fbe10d
d47360d
9b50271
fb7566c
5e1cf97
a1e3545
8ef3bbe
4c750a9
0d0015a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can we have a javadoc header for this public function?
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.
Am I reading this incorrectly? Are these the same function?
Line#2752:
Line#2761:
Should the first one of these not be
convertToRows()
?