Sean Xia

Results 6 comments of Sean Xia

have the same issue. I input a "space" first to trigger it.

Column pruning is certainly a feature worth considering. In theory, it would only require minor adjustments to the current design, such as implementing a syntax like `scan.snapshot.filters: db.user:id>200:id,name,age`. Taking this...

> Does this function also apply to oracle.cdc ? no, this function only works for mysql connector.

> > > Does this function also apply to oracle.cdc ? > > > > > > no, this function only works for mysql connector. > > Thanks for the...

This version adds support for configuring scan.snapshot.filters in the pipeline using a YAML list format. Example: ```yaml scan.snapshot.filters: - table: db1.user_table_[0-9]+ filter: id > 100 - table: db[1-2].[app|web]_order_\.* filter: city...