[Fix](Nereids) change log level of warning of converting error to debug (#29660)
Co-authored-by: libinfeng <libinfeng@selectdb.com>
This commit is contained in:
@ -569,7 +569,7 @@ public class TypeCoercionUtils {
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
LOG.warn("convert '{}' to type {} failed", value, dataType);
|
||||
LOG.debug("convert '{}' to type {} failed", value, dataType);
|
||||
}
|
||||
return Optional.ofNullable(ret);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user