Skip to content

Commit a7ea7f3

Browse files
committed
add log
1 parent 4a4f21c commit a7ea7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/dtstack/flink/sql/side/AsyncReqRow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void open(Configuration parameters) throws Exception {
6666
super.open(parameters);
6767
initCache();
6868
initMetric();
69+
LOG.info("async dim table config info: {} ", sideInfo.getSideTableInfo().toString());
6970
}
7071

7172
private void initCache(){

0 commit comments

Comments
 (0)