Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-7
Description
Impala only supports position deletes currently.
It should raise an error when equality deletes are encountered:
But if we are not invoking planFiles() it's possible that Impala starts reading equality delete files as position delete files which should also raise an error. But it would be still better to catch the error during planning.
To make sure we should add tests for these scenarios.