Xue-Bin Cong

Results 30 comments of Xue-Bin Cong

I tried on old version cbdb, it is not as AO table(I don't see Access method ao_column), which could be the problem? ``` gpadmin=# create table split_tab5( a int, b...

Hi @gfphoenix78, This is a backlog issue reminder. Please rectify it at your earliest convenience. Thanks.

> I tried on old version cbdb, it is not as AO table(I don't see Access method ao_column), which could be the problem? > > ``` > gpadmin=# create table...

``` create table mpp17761.split_tab5( a int, b int, c char(5), d boolean default true) with (appendonly=true, orientation=column ) distributed randomly partition by list(b) ( partition a values (1,2,3,4) with (appendonly...

@gfphoenix78 Hi Hao, this is the issue we talked before. I get a simple recreate today. I 'd like to use this issue for tracking this.

UPDATE t0 SET c0 = DEFAULT WHERE (pg_catalog.float8div ('2.2946442861439234E-33'::float8, pg_catalog.interval_interval_div( (pg_catalog.linear_interpolate(('true'), pg_catalog.cash_words(CAST(1.4549639 AS money)), ('09:05'::time), ('true'), ('00:56:56'::time))), '909172 day 16 hour 39 min 49 sec'::interval)))

Just a reminder, this issue was marked as priority high by Max.

@liyxbeijing Max is paying attention to this issue. Would you please provide recreating steps?

Just fyi, I was told this issue is blocking subsequent ICW test. Thus I would suggest priority of this issue could be raised.

As confirmed, new code change is an enhancement that no need to keep holding one of locks. Thus I adjusted test cases to accordingly. UAOIsolationTestCase.test_locks ... 404.31 ms ... ok...