Closed kamcheungting-db closed 3 weeks ago
Hi @kamcheungting-db - could you check why the Delta Spark Master
check if failing here?
Hi @kamcheungting-db - could you check why the
Delta Spark Master
check if failing here?
Delta Spark Master compilation is broken for a while. Currently, it compiles against Spark master, which made some significant API changes that we need to accommodate in Delta.
Which Delta project/connector is this regarding?
Description
This PR introduces a new reader-writer table feature "redirection". This table feature would redirect the read and write query from the current storage location to a new storage location described inside the value of table feature.
The redirection has several phases to ensure no anomaly. To label these phases, we introduces four states:
To ensure no undefined behavior, the valid procedures of state transition are:
The protocol RFC document is on: https://github.com/delta-io/delta/issues/3702
How was this patch tested?
Unit Test of transition between different states of redirection.
Does this PR introduce any user-facing changes?
No