This is an automated email from the ASF dual-hosted git repository.
caolu pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
from aa4952218a KYLIN-6039 Optimize query placeholder search by reducing
loop count
add 9fd82c01b0 KYLIN-6040 remove hasChecked and isLogicalViewConfigLegal
No new revisions were added by this update.
Summary of changes:
src/spark-project/sparder/pom.xml | 5 ++
.../org/apache/spark/sql/LogicalViewLoader.java | 19 ++----
.../apache/spark/sql/LogicalViewLoaderTest.java | 73 ++++++++++++++++++++++
3 files changed, 83 insertions(+), 14 deletions(-)
create mode 100644
src/spark-project/sparder/src/test/java/org/apache/spark/sql/LogicalViewLoaderTest.java