wenzhenghu commented on code in PR #59065:
URL: https://github.com/apache/doris/pull/59065#discussion_r2684668888
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/FileQueryScanNode.java:
##########
@@ -307,11 +309,42 @@ public void createScanRangeLocations() throws
UserException {
int numBackends = backendPolicy.numBackends();
List<String> pathPartitionKeys = getPathPartitionKeys();
+
+ Boolean admissionResultAtTableLevel = true;
+ if (Config.enable_file_cache_admission_control) {
+ TableIf tableIf = getTargetTable();
+ if (tableIf instanceof ExternalTable) {
Review Comment:
It is necessary to create a CachableTable class interface, which is planned
to be implemented in the next PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]