compression input 超过2G,导致查询失败

【详述】
报错如下:
‘date’,bitmap_count(bitmap_union(bitmap_andnot(a.seq_id_bitmap,b.seq_id_bitmap))) ‘value’ from labelTrend_bitmap_auth a, black_bitmap b group by date order by date ### Cause: java.sql.SQLSyntaxErrorException: The input size for compression should be less than 2113929216 ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: The input size for compression should be less than 2113929216

请问如何调整才能运行成功

in mysql client:
set transmission_compression_type = no_compression;

if not work:
change be/conf/be.conf

bitmap_serialize_version=2

then restart be