leesf commented on PR #11224:
URL: https://github.com/apache/hudi/pull/11224#issuecomment-2124474355

   > > When executed on a Delta table, this may result in an error.
   > 
   > What action are we executing here?
   
   like `INSERT OVERWRITE delta.`/tmp/delta-table` SELECT col1 as id FROM 
VALUES 5,6,7,8,9;` in https://docs.delta.io/latest/quick-start.html
   
   we internally use hoodiecatalog to handle delta table and other types of 
table. but 
hoodie(hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_5Adapter.scala)
 will call v1Table when the table is delta and delta will throw exception, 
which should not be called when it is not a hudi table.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to