Commit 830ac65
[SPARK-54299][SQL] Fix the wrong example query in
### What changes were proposed in this pull request?
Fix the wrong example query in `WindowGroupLimit`
### Why are the changes needed?
Fix the incorrect comments
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
<!--
No need test
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #52993 from huangxiaopingRD/SPARK-54299.
Authored-by: huangxiaoping <1754789345@qq.com>
Signed-off-by: beliefer <beliefer@163.com>WindowGroupLimit
1 parent 26ab773 commit 830ac65
File tree
1 file changed
+23
-6
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer
1 file changed
+23
-6
lines changedLines changed: 23 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
35 | 52 | | |
36 | 53 | | |
37 | 54 | | |
| |||
0 commit comments