Commit 8fc7199
committed
Revert "[SPARK-49700][CONNECT][SQL] Unified Scala Interface for Connect and Classic"
### Why are the changes needed?
This reverts commit 86efd59 from branch-4.0.
### Does this PR introduce _any_ user-facing change?
This commit causes SBT and Maven test failure.
#48818 (comment)
### How was this patch tested?
Pass the CIs and manual test.
**BEFORE**
```
$ build/sbt clean "catalyst/testOnly org.apache.spark.sql.catalyst.encoders.EncoderResolutionSuite"
...
[info] *** 1 SUITE ABORTED ***
[error] Error during tests:
[error] org.apache.spark.sql.catalyst.encoders.EncoderResolutionSuite
[error] (catalyst / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 66 s (01:06), completed Jan 27, 2025, 9:52:35 AM
```
**AFTER**
```
$ build/sbt clean "catalyst/testOnly org.apache.spark.sql.catalyst.encoders.EncoderResolutionSuite"
...
[info] Run completed in 2 seconds, 236 milliseconds.
[info] Total number of tests run: 28
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 28, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 68 s (01:08), completed Jan 27, 2025, 9:51:08 AM
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49696 from dongjoon-hyun/SPARK-49700.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 808b3ac commit 8fc7199
File tree
400 files changed
+1752
-1872
lines changed- common/utils/src/main/resources/error
- connector
- connect/client/jvm/src
- main/scala/org/apache/spark/sql
- application
- catalog
- connect
- internal
- streaming
- test
- java/org/apache/spark/sql
- scala/org/apache/spark/sql
- application
- connect/client
- arrow
- internal
- streaming
- test
- kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010
- mllib/src
- main/scala/org/apache/spark
- ml/stat
- sql/ml
- test/scala/org/apache/spark/mllib/util
- project
- python/pyspark
- repl/src
- main/scala/org/apache/spark/repl
- test/scala/org/apache/spark/repl
- sql
- api/src
- main
- java/org/apache/spark/sql/expressions/javalang
- scala/org/apache/spark/sql
- api
- catalyst/trees
- internal
- streaming
- test/scala/org/apache/spark/sql/api
- connect
- common/src
- main/scala/org/apache/spark/sql/connect
- test/resources/query-tests/queries
- server/src
- main/scala/org/apache/spark/sql/connect
- execution
- ml
- planner
- service
- test/scala/org/apache/spark/sql/connect
- planner
- plugin
- service
- shims/src/main/scala/org/apache/spark
- core/src
- main/scala/org/apache/spark/sql
- api
- python
- r
- artifact
- catalog
- catalyst/analysis
- classic
- execution
- adaptive
- analysis
- arrow
- command
- datasources
- csv
- json
- parquet
- v2
- xml
- dynamicpruning
- python
- stat
- streaming
- continuous
- sources
- state
- internal
- scripting
- streaming
- util
- test
- java/test/org/apache/spark/sql
- scala/org/apache/spark/sql
- artifact
- connector
- functions
- errors
- execution
- arrow
- columnar
- datasources
- noop
- orc
- parquet
- v2
- joins
- streaming
- state
- ui
- internal
- scripting
- streaming
- test
- util
- test
- util
- hive-thriftserver/src
- main/scala/org/apache/spark/sql/hive/thriftserver
- test/scala/org/apache/spark/sql/hive/thriftserver
- hive/src
- main/scala/org/apache/spark/sql/hive
- execution
- test
- java/org/apache/spark/sql/hive
- scala/org/apache/spark/sql
- execution/benchmark
- hive
- execution
- test
- sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
400 files changed
+1752
-1872
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5283 | 5283 | | |
5284 | 5284 | | |
5285 | 5285 | | |
5286 | | - | |
5287 | | - | |
5288 | | - | |
5289 | | - | |
5290 | | - | |
5291 | 5286 | | |
5292 | 5287 | | |
5293 | 5288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments