Skip to content

Commit

Permalink
[SPARK-48006][SQL]add SortOrder for window function which has no orde…
Browse files Browse the repository at this point in the history
…rSpec
  • Loading branch information
guihuawen committed Apr 26, 2024
1 parent 0b235b2 commit 54f585d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5067,7 +5067,7 @@ class SQLConf extends Serializable with Logging with SqlApiConf {
def streamingNoDataProgressEventInterval: Long =
getConf(STREAMING_NO_DATA_PROGRESS_EVENT_INTERVAL)

def streamingNoDataMicroBatchesEnabled: Boolean HIVE_METASTORE_PARTITION_PRUNING_INSET_THRESHOLD
def streamingNoDataMicroBatchesEnabled: Boolean =
getConf(STREAMING_NO_DATA_MICRO_BATCHES_ENABLED)

def streamingMetricsEnabled: Boolean = getConf(STREAMING_METRICS_ENABLED)
Expand Down

0 comments on commit 54f585d

Please sign in to comment.