This is an automated email from the ASF dual-hosted git repository. nicholasjiang pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-flink.git
from 64c11ff Merge pull request #31 from GOODBOY008/bump_flink_version new 95de766 [issues-21] support SQL92 filter mod. new 931b2cd [issues-21] support SQL92 filter mod. new 9d131e7 Merge pull request #28 from GOODBOY008/issues-21 The 63 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../rocketmq/flink/common/RocketMQOptions.java | 3 + .../rocketmq/flink/legacy/RocketMQConfig.java | 1 + .../flink/legacy/RocketMQSourceFunction.java | 198 ++++++++++++--------- .../rocketmq/flink/source/RocketMQSource.java | 14 +- .../reader/RocketMQPartitionSplitReader.java | 29 ++- .../table/RocketMQDynamicTableSourceFactory.java | 4 + .../source/table/RocketMQScanTableSource.java | 6 + .../RocketMQDynamicTableSourceFactoryTest.java | 15 ++ 8 files changed, 177 insertions(+), 93 deletions(-)