Shaoqi Bai

Results 26 issues of Shaoqi Bai

1. Delete comparision logic between GPDB_ID and USER_NAME GPDB_ID and USER_NAME is generated in the same way, they are always same, the comparision is useless, so delete the comparision logic...

### Greenplum version or build gpdb master latest ### Step to reproduce the behavior ``` gpconfig -c wal_level -v logical gpstop -r ``` ``` cd contrib/test_decoding; make install ``` ```...

type: enhancement
area: server
version: 7X_ALPHA
status: done triaging

Hi, I am trying to deploy postfacto on gke cluster, and set a static ip for it, then I can create a domain name for the static ip, so that...

### Expected behavior ``` first | second -------+-------- three | 3 (1 row) first | second -------+-------- three | 3 (1 row) first | second -------+-------- three | 3 (1...

help wanted
unscheduled
pass plpython test cases

### Expected behavior `CREATE FUNCTION` ### Actual behavior ``` ERROR: syntax error at or near "#" LINE 2: # container: plc_python_shared ^ ``` ### Step to reproduce the behavior ```...

unscheduled
pass plpython test cases

### Expected behavior ``` NOTICE: Table doesn't have 'DISTRIBUTED BY' clause -- Using column named 'a' as the Greenplum Database data distribution key for this table. HINT: The 'DISTRIBUTED BY'...

unscheduled
pass plpython test cases

### Expected behavior ``` INFO: {'val': False} CONTEXT: PL/Python function "test_prep_bool_output" test_prep_bool_output ----------------------- f (1 row) ``` ### Actual behavior ``` INFO: {'val': 0} test_prep_bool_output ----------------------- f (1 row) ```...

unscheduled
pass plpython test cases

### Expected behavior ``` test_prep_bool_input ---------------------- 1 (1 row) ``` ### Actual behavior ``` ERROR: PL/Container client exception occurred: DETAIL: Exception occurred transforming result object to int1 ``` ### Step...

unscheduled
pass plpython test cases

### Expected behavior ``` ERROR: number of array dimensions exceeds the maximum allowed (6) (plpython.c:4960) CONTEXT: while creating return value PL/Python function "test_type_conversion_mdarray_toodeep" ``` ### Actual behavior ``` ERROR: PL/Container...

unscheduled
pass plpython test cases

create function recur(x int[]) returns int[] as $$ # container: plc_python_shared plpy.info(x, type(x)) plpy.execute("select recur(ARRAY[1,2,3,4,5,6,7,8,9])") return x $$ language plcontainer; select recur(ARRAY[1,2,3,4,5,6,7,8,9]); When running the recur function, which will recur...

unscheduled