To prevent Catalog service (Catalogd) Out-of-Memory (OOM) errors when coordinator fetching metadata for
+ tables with millions of files, the new configuration flag
+
This flag limits the maximum number of file descriptors returned in a single Catalog fetch
+ response. This response is for the
Default: 1,000,000 files
+If a request exceeds this limit, Catalogd truncates the response at the partition level. + The Impala coordinator then automatically sends subsequent requests to fetch the remaining + metadata, and it detects any version changes to force a query replan, ensuring metadata + consistency.
+