未验证 提交 59836f42 编写于 作者: P Patrick Mackinlay 提交者: GitHub

fix(griffin): Fix backup response for web console (#160)

上级 15d33379
......@@ -78,6 +78,7 @@ public class JsonQueryProcessor implements HttpRequestProcessor, Closeable {
this.queryExecutors.extendAndSet(CompiledQuery.CREATE_TABLE, sendConfirmation);
this.queryExecutors.extendAndSet(CompiledQuery.INSERT_AS_SELECT, sendConfirmation);
this.queryExecutors.extendAndSet(CompiledQuery.COPY_REMOTE, JsonQueryProcessor::cannotCopyRemote);
this.queryExecutors.extendAndSet(CompiledQuery.BACKUP_TABLE, sendConfirmation);
this.messageBus = messageBus;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册