Skip to content

Commit

Permalink
Update Hybrid Config doc: not all Spark versions are fully tested, on…
Browse files Browse the repository at this point in the history
…ly supports 3.2.2, 3.3.1, 3.4.2, and 3.5.1.
  • Loading branch information
Chong Gao committed Dec 11, 2024
1 parent e95e7cc commit 092dab8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,8 @@ val GPU_COREDUMP_PIPE_PATTERN = conf("spark.rapids.gpu.coreDump.pipePattern")

val HYBRID_PARQUET_READER = conf("spark.rapids.sql.parquet.useHybridReader")
.doc("Use HybridScan to read Parquet data using CPUs. The underlying implementation " +
"leverages both Gluten and Velox.")
"leverages both Gluten and Velox. Supports Spark 3.2.2, 3.3.1, 3.4.2, and 3.5.1 " +
"as Gluten does, also supports other versions but not fully tested.")
.internal()
.booleanConf
.createWithDefault(false)
Expand Down

0 comments on commit 092dab8

Please sign in to comment.