sandynz commented on issue #19899:
URL:
https://github.com/apache/shardingsphere/issues/19899#issuecomment-1207775280
> ```java
> public interface PipelineProcessContext {
>
> ExecuteEngine getInventoryDumperExecuteEngine();
>
> ExecuteEngine getIncrementalDumperExecuteEngine();
>
> ExecuteEngine getImporterExecuteEngine();
> }
> ```
>
> and `AbstractPipelineProcessContext` `implements` `
PipelineProcessContext` right?
Yes, `implements PipelineProcessContext` is missed before, I've submitted a
PR and it's merged today. You could merge from upstream master branch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]