xushiyan commented on issue #3662:
URL: https://github.com/apache/hudi/issues/3662#issuecomment-928965831


   @kelvin-qin i can't reproduce this. CTAS from this UT gave the correct info.
    `org.apache.spark.sql.hudi.TestHoodieSqlBase#test("Test Create Table As 
Select")`
   
   ```scala
   spark.sql(
           s"""describe table extended $tableName1"""
         ).show(100)
   ```
   
   ```
   |          Created By|         Spark 2.4.4|       |
   |                Type|            EXTERNAL|       |
   |            Provider|                hudi|       |
   ```
   
   can you post your sql and also print `spark.version` in your spark shell to 
double check?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to