pravega/flink-connectors

Change deprecated usage of `DeleteScope`

crazyzhou opened this issue · 0 comments

Problem description
Pravega has deprecated its deleteScope() API and introduce a new deleteScopeRecursive() API instead in 0.11.0(ref: pravega/pravega#6312), we need to change the usage in the catalog.

Problem location
PravegaCatalog.java

Suggestions for an improvement