File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments