-
Notifications
You must be signed in to change notification settings - Fork 904
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
JNI: Pass names of children struct columns to native Arrow IPC writer [skip ci] #7598
JNI: Pass names of children struct columns to native Arrow IPC writer [skip ci] #7598
Commits on Mar 15, 2021
-
Pass names of children struct columns to native
Pass the names of children struct columns to the naitve for arrow IPC writer, which is required to build column_metadata. Also add the related unit tests. Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8d676 - Browse repository at this point
Copy the full SHA 1c8d676View commit details
Commits on Mar 16, 2021
-
Add a metadata for offset column of array type.
This is required by native. Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6adafda - Browse repository at this point
Copy the full SHA 6adafdaView commit details
Commits on Mar 17, 2021
-
Use the regular JNI call to create the c++ column meta
Do this to avoid callback callback into the JVM. Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 44fa204 - Browse repository at this point
Copy the full SHA 44fa204View commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a767e70 - Browse repository at this point
Copy the full SHA a767e70View commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d83d0e9 - Browse repository at this point
Copy the full SHA d83d0e9View commit details
Commits on Mar 18, 2021
-
Align with the flattened name approach.
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4c2eeef - Browse repository at this point
Copy the full SHA 4c2eeefView commit details -
Return a reference from
get_column_name
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbbbe5b - Browse repository at this point
Copy the full SHA fbbbe5bView commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc33abc - Browse repository at this point
Copy the full SHA bc33abcView commit details -
correct the child index of array type column
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb39f16 - Browse repository at this point
Copy the full SHA eb39f16View commit details -
Correct the index for list type
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55a1e17 - Browse repository at this point
Copy the full SHA 55a1e17View commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 07d09e5 - Browse repository at this point
Copy the full SHA 07d09e5View commit details -
Remove unexpected rmm log file
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87d403a - Browse repository at this point
Copy the full SHA 87d403aView commit details
Commits on Mar 19, 2021
-
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f21c3a - Browse repository at this point
Copy the full SHA 1f21c3aView commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 420f524 - Browse repository at this point
Copy the full SHA 420f524View commit details -
Only root columns and nested struct columns consume names
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b8966a0 - Browse repository at this point
Copy the full SHA b8966a0View commit details -
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54395f0 - Browse repository at this point
Copy the full SHA 54395f0View commit details