Commit 59116da
committed
Address feedback and fix mismatched parentheses in the test
Tighten cases where new groups slipped through the existing guards. Add a regression test.
Signed-off-by: Igor Peshansky <ipeshansky@nvidia.com>1 parent 998ba54 commit 59116da
4 files changed
Lines changed: 30 additions & 6 deletions
File tree
- sql-plugin/src/main/scala
- com/nvidia/spark/rapids
- org/apache/spark/sql/rapids
- tests/src/test/scala/com/nvidia/spark/rapids
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2057 | 2057 | | |
2058 | 2058 | | |
2059 | 2059 | | |
2060 | | - | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
2061 | 2063 | | |
2062 | 2064 | | |
2063 | 2065 | | |
| |||
2119 | 2121 | | |
2120 | 2122 | | |
2121 | 2123 | | |
2122 | | - | |
| 2124 | + | |
| 2125 | + | |
2123 | 2126 | | |
2124 | 2127 | | |
2125 | 2128 | | |
| |||
2136 | 2139 | | |
2137 | 2140 | | |
2138 | 2141 | | |
2139 | | - | |
| 2142 | + | |
| 2143 | + | |
2140 | 2144 | | |
2141 | 2145 | | |
2142 | 2146 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1244 | 1244 | | |
1245 | 1245 | | |
1246 | 1246 | | |
1247 | | - | |
| 1247 | + | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
100 | 120 | | |
0 commit comments