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 262b5ae6fc8 [SPARK-43286][SQL][TESTS][FOLLOWUP] Moving 
`ExpressionImplUtilsSuite` to `catalyst` package
262b5ae6fc8 is described below

commit 262b5ae6fc8611dae0111f37762aa6180f65ae17
Author: Steve Weis <steve.w...@databricks.com>
AuthorDate: Wed May 10 23:12:12 2023 -0700

    [SPARK-43286][SQL][TESTS][FOLLOWUP] Moving `ExpressionImplUtilsSuite` to 
`catalyst` package
    
    ### What changes were proposed in this pull request?
    
    ExpressionImplUtilsSuite was mistakenly in the `core` directory, while 
ExpressionImplUtilsSuite is under `catalyst`. This change moves the file to the 
same package the ExpressionImplUtils.
    
    ### Why are the changes needed?
    
    The test suite was committed to the wrong location by mistake.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    This command runs the unit tests:
    ```
    $ build/sbt "catalyst/testOnly 
org.apache.spark.sql.catalyst.expressions.ExpressionImplUtilsSuite"
    ```
    
    Closes #41128 from sweisdb/SPARK-43286.
    
    Authored-by: Steve Weis <steve.w...@databricks.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 .../apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala
 
b/sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala
similarity index 100%
rename from 
sql/core/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala
rename to 
sql/catalyst/src/test/java/org/apache/spark/sql/catalyst/expressions/ExpressionImplUtilsSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to