[Refactor](multi catalog)Split ExternalFileScanNode into FileQueryScanNode and FileLoadScanNode (#18342)
Split ExternalFileScanNode into FileQueryScanNode and FileLoadScanNode. Remove some useless code in FileLoadScanNode. Remove unused config item: enable_vectorized_load and enable_new_load_scan_node
This commit is contained in:
@ -1727,9 +1727,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true, masterOnly = true)
|
||||
public static boolean enable_quantile_state_type = true;
|
||||
|
||||
@ConfField
|
||||
public static boolean enable_vectorized_load = true;
|
||||
|
||||
@ConfField
|
||||
public static boolean enable_pipeline_load = false;
|
||||
|
||||
@ -1797,12 +1794,6 @@ public class Config extends ConfigBase {
|
||||
@ConfField(mutable = true)
|
||||
public static long remote_fragment_exec_timeout_ms = 5000; // 5 sec
|
||||
|
||||
/**
|
||||
* Temp config, should be removed when new file scan node is ready.
|
||||
*/
|
||||
@ConfField(mutable = true)
|
||||
public static boolean enable_new_load_scan_node = true;
|
||||
|
||||
/**
|
||||
* Max data version of backends serialize block.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user