fcfangcc opened a new pull request, #4168: URL: https://github.com/apache/flink-cdc/pull/4168
fixed [FLINK-38620](https://issues.apache.org/jira/browse/FLINK-38620) iceberg **TableId.namespace** may be null, then ``` Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null Caught exception while executing runnable in main thread. java.lang.NullPointerException: null at org.apache.flink.runtime.metrics.dump.MetricQueryService.replaceInvalidChars(MetricQueryService.java:228) ~[flink-dist-1.20.2.jar:1.20.2] at org.apache.flink.runtime.metrics.dump.MetricQueryService.access$000(MetricQueryService.java:53) ~[flink-dist-1.20.2.jar:1.20.2] at ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
