You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, incremental ingestion requires a monotonically increasing field. But for file-based ingestion we can be smarter and ingest new files by comparing file names in metastore for that day with files at the landing area.
Feature
Remove the limit of the incremental ingestion of files so that files can arrive out of order.
Example [Optional]
--
Proposed Solution [Optional]
--
The text was updated successfully, but these errors were encountered:
Background
Currently, incremental ingestion requires a monotonically increasing field. But for file-based ingestion we can be smarter and ingest new files by comparing file names in metastore for that day with files at the landing area.
Feature
Remove the limit of the incremental ingestion of files so that files can arrive out of order.
Example [Optional]
--
Proposed Solution [Optional]
--
The text was updated successfully, but these errors were encountered: