Skip to content

Commit 1f7b2aa

Browse files
committed
[hotfix-35512][impala] 1.增加批量写入时出现异常,将批量sql转为单条sql执行 2.fix inserting the value like '[a,b]' or '{a, b}' or ' ' error with impala sink.
1 parent 2b4cfd4 commit 1f7b2aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

localTest/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,12 @@
319319
<version>1.2.76</version>
320320
<scope>compile</scope>
321321
</dependency>
322+
<dependency>
323+
<groupId>com.alibaba</groupId>
324+
<artifactId>fastjson</artifactId>
325+
<version>1.2.70</version>
326+
<scope>compile</scope>
327+
</dependency>
322328

323329
</dependencies>
324330

0 commit comments

Comments
 (0)