This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from ce94cb3132f9 [SPARK-53552][SQL] Optimize substr SQL function add fbdad297f542 [SPARK-53546][SQL][TESTS] Fix InMemoryDataSource to return default value or null for new fields No new revisions were added by this update. Summary of changes: .../spark/sql/connector/catalog/CatalogSuite.scala | 12 +- .../sql/connector/catalog/InMemoryBaseTable.scala | 210 +++++++++++++++++---- .../catalog/InMemoryRowLevelOperationTable.scala | 11 +- .../InMemoryRowLevelOperationTableCatalog.scala | 2 +- .../sql/connector/catalog/InMemoryTable.scala | 45 +++-- .../connector/catalog/InMemoryTableCatalog.scala | 2 +- .../SupportsAtomicPartitionManagementSuite.scala | 6 +- .../catalog/SupportsPartitionManagementSuite.scala | 4 +- .../spark/sql/connector/AlterTableTests.scala | 60 +++++- .../DataSourceV2DataFrameSessionCatalogSuite.scala | 2 +- .../sql/connector/MergeIntoTableSuiteBase.scala | 3 +- 11 files changed, 282 insertions(+), 75 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org