mirror of https://github.com/citusdata/citus.git
Remove unused normalization rule
parent
634ea80009
commit
16bcf15e16
|
@ -44,9 +44,6 @@ s/name_len_12345678901234567890123456789012345678_fcd8ab6f_[0-9]+/name_len_12345
|
||||||
# normalize pkey constraints in multi_insert_select.sql
|
# normalize pkey constraints in multi_insert_select.sql
|
||||||
s/"(raw_events_second_user_id_value_1_key_|agg_events_user_id_value_1_agg_key_)[0-9]+"/"\1xxxxxxx"/g
|
s/"(raw_events_second_user_id_value_1_key_|agg_events_user_id_value_1_agg_key_)[0-9]+"/"\1xxxxxxx"/g
|
||||||
|
|
||||||
# normalize failed task ids
|
|
||||||
s/ERROR: failed to execute task [0-9]+/ERROR: failed to execute task X/g
|
|
||||||
|
|
||||||
# ignore could not consume warnings
|
# ignore could not consume warnings
|
||||||
/WARNING: could not consume data from worker node/d
|
/WARNING: could not consume data from worker node/d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue