Hongshun Wang
Hongshun Wang
@leonardBang @ruanhang1993 @Jiabao-Sun @GOODBOY008 , CC
I will participate in this PR review.
@umeshdangat , thanks for you explain. More comment detail in java docs is always a good thing.
@gharris1727 , CC, would like to help review this PR?
@Jiabao-Sun @GOODBOY008 @PatrickRen @leonardBang , CC
> and the change code how to performance the logic ? Hi, @Mrart , @hql0312 . this pr is mainly focused on most situations. As I discussed in https://github.com/apache/flink-cdc/pull/2571, In...
> i add a static object to hold the schema @hql0312 To be honest, I doesn't recommanded that use static object in cdc connectot. It will influence between tasks(when in...
I have dedug this modification, it turns out. `jdbc.readTableNames(database, null, null, new String[] {"TABLE"})` will show sub partition tables: `jdbc.readTableNames( database, null, null, new String[] {"PARTITIONED TABLE"})` will show parents...
I agree with you in general. Maybe only a minor discuss on option name. What about `scan.publish-via-partition-root.enabled`? @leonardBang @ruanhang1993 , WDYT? ```xml include-partitioned-table optional false Boolean Whether to enable reading...
I agree with you guys. It seems that I was considered from a postgres connector developer rather than a norman user.