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 4a4f21c commit a7ea7f3Copy full SHA for a7ea7f3
core/src/main/java/com/dtstack/flink/sql/side/AsyncReqRow.java
@@ -66,6 +66,7 @@ public void open(Configuration parameters) throws Exception {
66
super.open(parameters);
67
initCache();
68
initMetric();
69
+ LOG.info("async dim table config info: {} ", sideInfo.getSideTableInfo().toString());
70
}
71
72
private void initCache(){
0 commit comments