We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ea151 commit 5f2f7cdCopy full SHA for 5f2f7cd
flinkx-hive/flinkx-hive-writer/src/main/java/com/dtstack/flinkx/hive/writer/HiveOutputFormat.java
@@ -197,8 +197,7 @@ public void writeRecord(Row row) throws IOException {
197
event = GsonUtil.GSON.fromJson((String) tempObj, GsonUtil.gsonMapTypeToken);
198
}catch (JsonSyntaxException e){
199
// is not a json string
200
- //tempObj 不是map类型 则event直接往下传递
201
- // LOG.warn("bad json string:【{}】", tempObj);
+ LOG.warn("bad json string:【{}】", tempObj);
202
}
203
204
0 commit comments