chuxiangfeng
Results
2
issues of
chuxiangfeng
**Describe the bug** when sink config to write file, unidentifiable Chinese code **To Reproduce** Steps to reproduce the behavior: 1,config yml like this: `source: type: postgres config: host_port: localhost:5432 database:...
bug
it can not parse Postgres create table sql , with partition by, example: sql = """create table aaa ( id integer default nextval('aaa_id_seq'::regclass) not null, name varchar ) partition by...