Commit 588efc7
committed
[KYUUBI #7350] Make TPC-H/DS connector compatible with Spark 4.2
### Why are the changes needed?
Adapt to SPARK-54870, which added a new arg to case class `CharType`/`VarCharType`
### How was this patch tested?
We don't have Spark 4.2 CI coverage yet, so CI only ensures it won't breaking for older Spark versions.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7350 from pan3793/tpc-spark-4.2.
Closes #7350
b16d00f [Cheng Pan] TPC H/DS connector compatible with Spark 4.2
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>1 parent 939e6e3 commit 588efc7
2 files changed
Lines changed: 6 additions & 6 deletions
File tree
- extensions/spark
- kyuubi-spark-connector-tpcds/src/main/scala/org/apache/kyuubi/spark/connector/tpcds
- kyuubi-spark-connector-tpch/src/main/scala/org/apache/kyuubi/spark/connector/tpch
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments