An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Modified withFreshSnapshot to take in a table identifier.
Passed table identifier or table catalog to call sites of DeltaLog API so that the table identifier becomes available and eventually passed to the commit coordinator.
Which Delta project/connector is this regarding?
Description
forTable(SparkSession, CatalogTable, Map[String, String])
forTableWithSnapshot(SparkSession, CatalogTable, Map[String, String])
withFreshSnapshot
to take in a table identifier.Does this PR introduce any user-facing changes?
No