MaxGekk commented on pull request #30979: URL: https://github.com/apache/spark/pull/30979#issuecomment-752712663
I haven't include a fix for v2 table because of: 1. to simplify backporting this fix to other branches (`branch-3.0` and `branch-2.4`) 2. when I tried to call `invalidateCache()`: https://github.com/apache/spark/blob/e0d2ffec3109d973b106adeab5de5ce0c91a4a68/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala#L61-L63 for v2 table, it did not invalidate the cache (so the test failed). Need to investigate this issue separately. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
