Skip to content

Commit

Permalink
Add a note and reference to an issue for removing the package/bounce …
Browse files Browse the repository at this point in the history
…workaround for certain Scalar accessors.
  • Loading branch information
nvdbaranec committed Jul 31, 2023
1 parent 305dc32 commit 3f088a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ai/rapids/cudf/CudfAccessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package ai.rapids.cudf;

// TODO: properly expose these functions in the actual Scalar API and remove this layer.
// https://github.com/NVIDIA/spark-rapids-jni/issues/1307
public class CudfAccessor {
public static long getScalarHandle(Scalar s) {
return s.getScalarHandle();
Expand Down

0 comments on commit 3f088a3

Please sign in to comment.