Do not report ERROR when sample rate equals 100
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
#define OBDEV_SRC_EXTERNAL_TABLE_FILE_TASK_H_
|
||||
#include "rpc/obrpc/ob_rpc_result_code.h"
|
||||
#include "deps/oblib/src/lib/lock/ob_thread_cond.h"
|
||||
#include "sql/engine/expr/ob_expr_regexp_context.h"
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace share
|
||||
@ -48,13 +47,10 @@ class ObLoadExternalFileListReq
|
||||
OB_UNIS_VERSION(1);
|
||||
public:
|
||||
ObLoadExternalFileListReq() :
|
||||
location_(), pattern_() {}
|
||||
location_() {}
|
||||
public:
|
||||
ObString location_;
|
||||
ObString pattern_;
|
||||
sql::ObExprRegexpSessionVariables regexp_vars_;
|
||||
public:
|
||||
TO_STRING_KV(K_(location), K_(pattern), K_(regexp_vars));
|
||||
TO_STRING_KV(K_(location));
|
||||
};
|
||||
|
||||
class ObLoadExternalFileListRes
|
||||
|
||||
Reference in New Issue
Block a user