[improvement][corrector] Abstract the RuleSqlCorrector component. (#1748)

This commit is contained in:
lexluo09
2024-09-30 19:09:06 +08:00
committed by GitHub
parent 8693e7f8a7
commit 44d1cde34f
4 changed files with 29 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ package com.tencent.supersonic.common.calcite;
import com.tencent.supersonic.common.pojo.enums.EngineType;
import lombok.extern.slf4j.Slf4j;
import org.apache.calcite.sql.parser.SqlParseException;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import java.util.Collections;