This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 4cecde625df1 [SPARK-50797][SQL][TESTS] Move `HiveCharVarcharTestSuite`
from `o/a/s/sql` to `o/a/s/sql/hive`
4cecde625df1 is described below
commit 4cecde625df1afcb209eac84b41e39a9ea1ad776
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 12 18:30:47 2025 -0800
[SPARK-50797][SQL][TESTS] Move `HiveCharVarcharTestSuite` from `o/a/s/sql`
to `o/a/s/sql/hive`
### What changes were proposed in this pull request?
This PR aims to move `HiveCharVarcharTestSuite` from `o/a/s/sql` to
`o/a/s/sql/hive`.
### Why are the changes needed?
All source codes of `hive` module should have `org.apache.spark.hive`
package prefix.
### Does this PR introduce _any_ user-facing change?
No. This is a test class relocation.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49459 from dongjoon-hyun/SPARK-50797.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../org/apache/spark/sql/{ => hive}/HiveCharVarcharTestSuite.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/sql/hive/src/test/scala/org/apache/spark/sql/HiveCharVarcharTestSuite.scala
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveCharVarcharTestSuite.scala
similarity index 98%
rename from
sql/hive/src/test/scala/org/apache/spark/sql/HiveCharVarcharTestSuite.scala
rename to
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveCharVarcharTestSuite.scala
index c12d727e5974..90cb5501ee6f 100644
---
a/sql/hive/src/test/scala/org/apache/spark/sql/HiveCharVarcharTestSuite.scala
+++
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveCharVarcharTestSuite.scala
@@ -15,8 +15,9 @@
* limitations under the License.
*/
-package org.apache.spark.sql
+package org.apache.spark.sql.hive
+import org.apache.spark.sql.{CharVarcharTestSuite, Row}
import org.apache.spark.sql.execution.command.CharVarcharDDLTestBase
import org.apache.spark.sql.hive.test.TestHiveSingleton
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]