Open scottsand-db opened 4 weeks ago
@LukasRupprecht and @sumeet-db -- is it every possible or intended/desired that AbstractMetadata and AbstractProtocol would be null? or are these required params? I see null
being passed in in some existing tests today ...
@LukasRupprecht and @sumeet-db -- is it every possible or intended/desired that AbstractMetadata and AbstractProtocol would be null? or are these required params? I see null being passed in in some existing tests today ...
They shouldn't be null as client implementations may rely on it (test code is an exception if we can be sure that the underlying client doesn't require it).
Which Delta project/connector is this regarding?
Description
Adds new
ConfigurationProvider
andAbstractCommitCoordinatorBuilder
APIsHow was this patch tested?
Tests are added in CC Refactor PR 5: https://github.com/delta-io/delta/pull/3821
Does this PR introduce any user-facing changes?
Yes see the above