Problem description
The connector is incompatible with the latest Pravega client now. With the package moving of the ControllerImpl class, we need to change its use in tests.
Problem locationSetupUtils and PravegaInputFormatITCase
Suggestions for an improvement
Remove the redundant methods in the SetupUtils and move the import package to let the build pass
Problem description The connector is incompatible with the latest Pravega client now. With the package moving of the
ControllerImpl
class, we need to change its use in tests.Problem location
SetupUtils
andPravegaInputFormatITCase
Suggestions for an improvement Remove the redundant methods in the
SetupUtils
and move the import package to let the build pass