Skip to content

Commit 5f2f7cd

Browse files
committed
hotfix 31226 回滚不需要代码
1 parent e7ea151 commit 5f2f7cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flinkx-hive/flinkx-hive-writer/src/main/java/com/dtstack/flinkx/hive/writer/HiveOutputFormat.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ public void writeRecord(Row row) throws IOException {
197197
event = GsonUtil.GSON.fromJson((String) tempObj, GsonUtil.gsonMapTypeToken);
198198
}catch (JsonSyntaxException e){
199199
// is not a json string
200-
//tempObj 不是map类型 则event直接往下传递
201-
// LOG.warn("bad json string:【{}】", tempObj);
200+
LOG.warn("bad json string:【{}】", tempObj);
202201
}
203202
}
204203
}

0 commit comments

Comments
 (0)