1
0

[HUDI-485] Corrected the check for incremental sql (#2768)

* [HUDI-485]: corrected the check for incremental sql

* [HUDI-485]: added tests

* code review comments addressed

* [HUDI-485]: added happy flow test case
This commit is contained in:
Pratyaksh Sharma
2022-01-12 08:22:07 +05:30
committed by GitHub
parent 6cdcd89afa
commit a392e9ba46
5 changed files with 177 additions and 30 deletions

View File

@@ -261,6 +261,12 @@
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>4.0.2</version>
<exclusions>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>