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 3f6cefb1ee00 [SPARK-52518][SQL][TEST] Fix `AddMetadataColumnsSuite`
package path
3f6cefb1ee00 is described below
commit 3f6cefb1ee001c53d7c17edeaabbccd173ea0265
Author: xu20160924 <[email protected]>
AuthorDate: Thu Jun 26 18:11:29 2025 -0700
[SPARK-52518][SQL][TEST] Fix `AddMetadataColumnsSuite` package path
### What changes were proposed in this pull request?
Fix package path
### Why are the changes needed?
https://issues.apache.org/jira/projects/SPARK/issues/SPARK-52518
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #51265 from xu20160924/master.
Authored-by: xu20160924 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../{AddMetadataColumnSuite.scala => AddMetadataColumnsSuite.scala} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnSuite.scala
b/sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnsSuite.scala
similarity index 98%
rename from
sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnSuite.scala
rename to
sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnsSuite.scala
index 531d1303e130..dfb6c6d423ac 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/AddMetadataColumnsSuite.scala
@@ -15,9 +15,8 @@
* limitations under the License.
*/
-package org.apache.spark.sql.catalyst.analysis
+package org.apache.spark.sql
-import org.apache.spark.sql.QueryTest
import org.apache.spark.sql.catalyst.expressions.NamedExpression
import org.apache.spark.sql.catalyst.plans.logical.{Filter, Project}
import org.apache.spark.sql.internal.SQLConf
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]