fix mysqltest:root dfo can not alloc bloom filter in pull to local shuffle
This commit is contained in:
@ -205,9 +205,9 @@ int ObExprToOutfileRow::to_outfile_str(const ObExpr &expr, ObEvalCtx &ctx, ObDat
|
||||
}
|
||||
|
||||
int ObExprToOutfileRow::extract_fisrt_wchar_from_varhcar(const ObObj &obj, int32_t &wchar)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int32_t length = 0;
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int32_t length = 0;
|
||||
if (obj.is_varying_len_char_type()) {
|
||||
ObString str = obj.get_varchar();
|
||||
if (str.length() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user