Skip to content

Commit 554c644

Browse files
author
李斌松
committed
stream source table 支持 json path
1 parent b633138 commit 554c644

File tree

6 files changed

+144
-247
lines changed

6 files changed

+144
-247
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,6 @@
177177
</plugins>
178178
</build>
179179

180-
<distributionManagement>
181-
<repository>
182-
<id>fraudmetrixRepo</id>
183-
<url>http://maven.fraudmetrix.cn/nexus/content/repositories/releases/</url>
184-
</repository>
185-
<snapshotRepository>
186-
<id>fraudmetrixRepo</id>
187-
<url>http://maven.fraudmetrix.cn/nexus/content/repositories/snapshots/</url>
188-
</snapshotRepository>
189-
</distributionManagement>
190-
191180
<repositories>
192181
<repository>
193182
<id>cloudera</id>

src/main/antlr4/com/github/bigdata/sql/antlr4/stream/StreamSqlLexer.tokens

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/main/antlr4/com/github/bigdata/sql/antlr4/stream/StreamSqlParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ colTypeList
8080
;
8181

8282
colType
83-
: ID dataType (COMMENT comment=STRING_LITERAL)?
83+
: ID (jsonPath=STRING_LITERAL)? dataType (COMMENT comment=STRING_LITERAL)?
8484
;
8585

8686
dataType

0 commit comments

Comments
 (0)