Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose Scalar's constructor and
Scalar#getScalarHandle()
to public (#…
…17580) This exposes the constructor and `getScalarHandle()` method in `Scalar.java` to the public, allowing them to be called from the outside. Without access to these methods, it was very inconvenient. Workaround has been implemented ([spark-rapids-jni/CudfAccessor.java](https://github.com/NVIDIA/spark-rapids-jni/blob/5231d4d82603d488b95ea259874a26f9f4354005/src/main/java/ai/rapids/cudf/CudfAccessor.java#L21)) to overcome this but it is better to have the issue addressed from the root. Partially contributes to NVIDIA/spark-rapids-jni#1307. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #17580
- Loading branch information