[auto split] relative variable place holder

This commit is contained in:
JLY2015
2024-06-27 08:46:17 +00:00
committed by ob-robot
parent c2ce4f653b
commit 331d22238b
6 changed files with 55 additions and 8 deletions

View File

@ -65,7 +65,10 @@ DEF_TO_STRING(ObVTableScanParam)
KPC_(op_filters),
K_(table_scan_opt),
K_(external_file_format),
K_(external_file_location));
K_(external_file_location),
K_(auto_split_filter),
K_(auto_split_params),
K_(is_tablet_spliting));
J_OBJ_END();
return pos;
}