LantaoJin commented on issue #26525: [SPARK-29899][SQL] Recursively load data in Hive table via TBLPROPERTIES URL: https://github.com/apache/spark/pull/26525#issuecomment-555329132 @cloud-fan The reason is very simple but I am not sure it's correct for Hive: We found some data source paths of hive table are nested. And I found a way to handle this in Spark datasource (#24830). Seems datasource API has some reasons to load data recursively. So I think table might have the same approach. I can close this since the issue can be fixed by removing nested paths if this patch looks unreasonable.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
