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

dongjoon pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 20974ced5a78 [SPARK-55290][NETWORK][TESTS] Fix 
testReloadMissingTrustStore cross-device link error with JDK 21
     add e3de8690059b [SPARK-54812][SQL][4.1] Make executable commands not 
execute on resultDf.cache()

No new revisions were added by this update.

Summary of changes:
 .../catalyst/plans/logical/IgnoreCachedData.scala  | 23 ------
 .../sql/catalyst/plans/logical/v2Commands.scala    |  3 +-
 .../apache/spark/sql/connect/CatalogSuite.scala    | 65 ++++++++++++++++
 .../apache/spark/sql/execution/CacheManager.scala  |  6 +-
 .../command/CreateUserDefinedFunctionCommand.scala |  3 +-
 .../spark/sql/execution/command/SetCommand.scala   |  3 +-
 .../apache/spark/sql/execution/command/cache.scala |  3 +-
 .../org/apache/spark/sql/DatasetCacheSuite.scala   | 29 +++++++
 .../sql/connector/DataSourceV2DataFrameSuite.scala | 88 ++++++++++++++++++++++
 9 files changed, 189 insertions(+), 34 deletions(-)
 delete mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/IgnoreCachedData.scala


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

Reply via email to