xiaoxiao
xiaoxiao
Should we report an error or warning when creating external table or loading from gpfdist?
Hi, what's your pytest version? Maybe you can try `pytest 6.2.2` to do the test. BTW, why do you need to test gpload?
Hi, I find a new issue of gpbackup: when using gpbackup to dump DDL for table A, it will also dump table B that inherits table A. create table: ```sql...
for tables: ```sql CREATE TABLE public.cities ( name text, altitude integer ) DISTRIBUTED BY (name); CREATE TABLE inherit_test.capitals ( name text, altitude integer, state character(2) ) INHERITS (public.cities) DISTRIBUTED BY...
Sorry for replying late, I didn't see the comment. We are working on gpcopy to support GPDB7. pg_dump and gpbackup are used as DDL dumper by gpcopy. Gpcopy uses gpbackup...
Hi, team: I have finished the gpcopy test cases in GPDB7 just now. Above are all the issues we found for gpbackup. Gpcopy in GPDB7 now uses gpbackup as the...
I think we figure out the reason now: ### How to reproduce the issue: 1. tcpkill the according connection 2. use tc to make network packages corrupt ``` sudo tc...