Shaoqi Bai

Results 29 issues of Shaoqi Bai

### Expected behavior ``` name | test_composite_table_input ------+---------------------------- John | 110 Mary | 210 (2 rows) ERROR: KeyError: 'bonus' (plpython.c:4960) (seg0 slice1 10.152.10.139:25432 pid=5868) (cdbdisp.c:254) DETAIL: Traceback (most recent call...

unscheduled
pass plpython test cases

### Expected behavior ``` test_void_func1 | is null -----------------+--------- | f (1 row) ERROR: PL/Python function with return type "void" did not return None CONTEXT: while creating return value PL/Python...

unscheduled
pass plpython test cases

### Expected behavior ``` t | val -----+----- abc | 10 (1 row) t | val -----+----- abc | 10 (1 row) ``` ### Actual behavior ``` ERROR: function return...

unscheduled
pass plpython test cases

### Expected behavior ``` composite_type_as_list ------------------------------------------------------------------------------------ {{"(first,1)","(second,1)"},{"(first,2)","(second,2)"},{"(first,3)","(second,3)"}} (1 row) ``` ### Actual behavior `ERROR: plcontainer: Error receiving data from the client. Maybe retry later. (plcontainer.c:277) ` ### Step to reproduce...

unscheduled
pass plpython test cases
Feature not supported yet

### Expected behavior ``` INFO: info CONTEXT: PL/Python function "elog_test_basic" INFO: 37 CONTEXT: PL/Python function "elog_test_basic" INFO: () CONTEXT: PL/Python function "elog_test_basic" INFO: ('info', 37, [1, 2, 3]) CONTEXT: PL/Python...

unscheduled

### Expected behavior ``` nnint_test ------------ (,3) (1 row) ``` ### Actual behavior `ERROR: cache lookup failed for type 0 (lsyscache.c:2557)` ### Step to reproduce the behavior ``` CREATE DOMAIN...

accepted
pass plpython test cases
Feature not supported yet

### Expected behavior ``` n | column2 ---+--------- 2 | (4,6) (1 row) ``` ### Actual behavior ``` ERROR: function multiout_composite(integer) does not exist LINE 1: SELECT * FROM multiout_composite(2);...

unscheduled
pass plpython test cases

### Expected behavior ``` v2 | v3 | v1 ----+----+---- 2 | 3 | 1 (1 row) v1 | v4 | v2 ----+----+---- 1 | 3 | 2 (1 row)...

unscheduled
pass plpython test cases

### Expected behavior ``` result_nrows_test ------------------- 1 (1 row) ``` ### Actual behavior ``` ERROR: PL/Container client exception occurred: DETAIL: Exception occurred in Python during function execution Traceback (most recent...

unscheduled
pass plpython test cases
Feature not supported yet

### Expected behavior ``` INFO: True CONTEXT: PL/Python function "result_metadata_test" result_metadata_test ---------------------- 2 (1 row) ``` ### Actual behavior ``` INFO: True ERROR: PL/Container client exception occurred: DETAIL: Exception occurred...

unscheduled
pass plpython test cases
Feature not supported yet