You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GpuCsvUtils and GpuJsonUtils currently reside directly in an Apache Spark package, org.apache.spark.sql.catalyst.csv and org.apache.spark.sql.catalyst.json respectively. The convention is to use a rapids package underneath an existing Spark package when placing classes within the org.apache.spark package hierarchy for access. In the case of JSON, one already exists for other classes in org.apache.spark.sql.catalyst.json.rapids.shims.
The text was updated successfully, but these errors were encountered:
GpuCsvUtils
andGpuJsonUtils
currently reside directly in an Apache Spark package,org.apache.spark.sql.catalyst.csv
andorg.apache.spark.sql.catalyst.json
respectively. The convention is to use arapids
package underneath an existing Spark package when placing classes within the org.apache.spark package hierarchy for access. In the case of JSON, one already exists for other classes inorg.apache.spark.sql.catalyst.json.rapids.shims
.The text was updated successfully, but these errors were encountered: