This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 00b3833a39d9 [SPARK-50797][SQL][TESTS][3.5] Move 
`HiveCharVarcharTestSuite` from `o/a/s/sql` to `o/a/s/sql/hive`
00b3833a39d9 is described below

commit 00b3833a39d939dce1120ce58b51c0e11a88b4ea
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 12 18:32:52 2025 -0800

    [SPARK-50797][SQL][TESTS][3.5] 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 #49461 from dongjoon-hyun/SPARK-50797-3.5.
    
    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 50f959d27585..e9ee2ce47674 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,9 +15,10 @@
  * limitations under the License.
  */
 
-package org.apache.spark.sql
+package org.apache.spark.sql.hive
 
 import org.apache.spark.{SparkException, SparkRuntimeException}
+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]

Reply via email to