Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Apr 23, 2023
1 parent a76af62 commit e32311a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ object SparkDatasetHelper extends Logging {
}
}

private lazy val maxBatchSize: Long = {
private val maxBatchSize: Long = {
// respect spark connect config
KyuubiSparkUtil.globalSparkContext
.getConf
Expand Down

0 comments on commit e32311a

Please sign in to comment.