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

yangjie01 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 57b6bc114e33 [MINOR][SQL] Fix the incorrect method `@link` tag in 
`StagingTableCatalog`
57b6bc114e33 is described below

commit 57b6bc114e3348e00cbe88af3be0ad2a5cc0a579
Author: yangjie01 <[email protected]>
AuthorDate: Wed Aug 28 17:44:53 2024 +0800

    [MINOR][SQL] Fix the incorrect method `@link` tag in `StagingTableCatalog`
    
    ### What changes were proposed in this pull request?
    This pr fixes an incorrect method `link` in `StagingTableCatalog`, link it 
to the method that should be `override` instead of the current method.
    
    ### Why are the changes needed?
    Fix the incorrect method `link` tag
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #47899 from LuciferYang/minor-wrong-link-StagingTableCatalog.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 .../org/apache/spark/sql/connector/catalog/StagingTableCatalog.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/StagingTableCatalog.java
 
b/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/StagingTableCatalog.java
index 6f074faf6e58..eead1ade4079 100644
--- 
a/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/StagingTableCatalog.java
+++ 
b/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/StagingTableCatalog.java
@@ -102,7 +102,7 @@ public interface StagingTableCatalog extends TableCatalog {
    * returned table's {@link StagedTable#commitStagedChanges()} is called.
    * <p>
    * This is deprecated, please override
-   * {@link #stageReplace(Identifier, StructType, Transform[], Map)} instead.
+   * {@link #stageReplace(Identifier, Column[], Transform[], Map)} instead.
    */
   @Deprecated(since = "3.4.0")
   default StagedTable stageReplace(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to