rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.23k stars 883 forks source link

[FEA] Add java/JNI support for substring() with non-literals parameters #6561

Open kuhushukla opened 3 years ago

kuhushukla commented 3 years ago

Is your feature request related to a problem? Please describe. We currently support only literals as params to substring method, using the newly added slice_strings we should be able to support non-literals.

Describe the solution you'd like Requires jni and java side bindings

github-actions[bot] commented 3 years ago

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

sameerz commented 3 years ago

Still an open issue.

github-actions[bot] commented 3 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

sameerz commented 3 years ago

Still needed.