Zoltán Borók-Nagy created IMPALA-14923:
------------------------------------------
Summary: Run Iceberg tests with no block locations
Key: IMPALA-14923
URL: https://issues.apache.org/jira/browse/IMPALA-14923
Project: IMPALA
Issue Type: Bug
Components: Infrastructure, Test
Reporter: Zoltán Borók-Nagy
When block locations are not available Impala works quite differently. E.g. it
doesn't create TScanRanges in the Frontend, but generates them in the backend
from TFileSplitGeneratorSpec objects.
It is possible to disable block location information via core-site.xml:
{noformat}
<property>
<name>impala.preload-block-locations-for-scheduling</name>
<value>false</value>
</property>
{noformat}
Executing a set of tests with disabled block locations could catch a few errors
in time.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)