Skip to content

Commit

Permalink
(DB)Update the configs for Flat Map Pandas UDF (#6166)
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
  • Loading branch information
firestarman authored Aug 1, 2022
1 parent ef92932 commit d586b28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ case class GpuFlatMapGroupsInPandasExec(
StructField("out_struct", StructType.fromAttributes(localOutput)) :: Nil)

// Configs from DB 10.4 runtime
val maxBytes = conf.pandasZeroConfConversionMaxBytesPerSlice
val zeroConfEnabled = conf.pandasZeroConfConversionEnabled
val maxBytes = conf.pandasZeroConfConversionGroupbyApplyMaxBytesPerSlice
val zeroConfEnabled = conf.pandasZeroConfConversionGroupbyApplyEnabled

// Resolve the argument offsets and related attributes.
val GroupArgs(dedupAttrs, argOffsets, groupingOffsets) =
Expand Down

0 comments on commit d586b28

Please sign in to comment.