HyukjinKwon closed pull request #45931: [SPARK-47767][SQL] Show offset value in
TakeOrderedAndProjectExec
URL: https://github.com/apache/spark/pull/45931
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
HyukjinKwon commented on PR #45931:
URL: https://github.com/apache/spark/pull/45931#issuecomment-2063164089
Merged to master.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
guixiaowen commented on PR #45931:
URL: https://github.com/apache/spark/pull/45931#issuecomment-2060168379
> Could you add one test case like `EXPLAIN ... LIMIT ... OFFSET ... ORDER
BY ...` at
https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/explain.s
guixiaowen commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1567621607
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncate
guixiaowen commented on PR #45931:
URL: https://github.com/apache/spark/pull/45931#issuecomment-2059429386
> Could you add one test case like `EXPLAIN ... LIMIT ... OFFSET ... ORDER
BY ...` at
https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/explain.s
beliefer commented on PR #45931:
URL: https://github.com/apache/spark/pull/45931#issuecomment-2059030991
Could you add one test case like `EXPLAIN ... LIMIT ... OFFSET ... ORDER BY
...` int `explain.sql` ?
--
This is an automated message from the Apache Git Service.
To respond to the mes
beliefer commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1567314958
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncatedS
beliefer commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1567304723
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncatedS
guixiaowen commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1567204208
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncate
beliefer commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1567035887
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncatedS
guixiaowen commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1566636044
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,9 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncate
amaliujia commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1566291325
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,9 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncated
guixiaowen commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1566011613
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncate
guixiaowen commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1558776883
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncate
HyukjinKwon commented on code in PR #45931:
URL: https://github.com/apache/spark/pull/45931#discussion_r1556759763
##
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##
@@ -358,7 +358,8 @@ case class TakeOrderedAndProjectExec(
val orderByString = truncat
15 matches
Mail list logo