Skip to content

Commit 0f89ff3

Browse files
committed
reformat
1 parent f61f5e2 commit 0f89ff3

File tree

1 file changed

+4
-4
lines changed
  • connector/connect/client/jvm/src/main/scala/org/apache/spark/sql

1 file changed

+4
-4
lines changed

connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/functions.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,8 @@ object functions {
885885
* Aggregate function: returns the value associated with the maximum value of ord.
886886
*
887887
* @note
888-
* The function is non-deterministic so the output order can be different for
889-
* those associated the same values of `e`.
888+
* The function is non-deterministic so the output order can be different for those associated
889+
* the same values of `e`.
890890
*
891891
* @group agg_funcs
892892
* @since 3.4.0
@@ -937,8 +937,8 @@ object functions {
937937
* Aggregate function: returns the value associated with the minimum value of ord.
938938
*
939939
* @note
940-
* The function is non-deterministic so the output order can be different for
941-
* those associated the same values of `e`.
940+
* The function is non-deterministic so the output order can be different for those associated
941+
* the same values of `e`.
942942
*
943943
* @group agg_funcs
944944
* @since 3.4.0

0 commit comments

Comments
 (0)