Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delta Lake 每 10 个版本自动创建一个检查点。有没有办法手动创建检查点?
import org.apache.spark.sql.delta.DeltaLog DeltaLog.forTable(spark,dataPath).checkpoint()