### Describe the issue <!-- A clear and concise description of what the issue is. --> Implement incremental indexing support for append-only data. Implementation outline: - identify newly added data files - create new index version on these files - update metadata to reflect the latest snapshot of index to include old files and new files New Api: `refresh(mode = quick)` ### To Reproduce na <!-- Steps to reproduce the behavior: 1. Do this first '...' 2. Write this code '....' 3. Execute the code this way '....' 4. See this behavior 5. If applicable, add screenshots to help explain your problem. --> ### Expected behavior na <!-- A clear and concise description of what you expected to happen. --> ### Environment na <!-- Please complete the following information if applicable: - OS: [e.g. Windows, Linux, iOS] - IDE (and version) [e.g. IntelliJ v10.1, Eclipse v2.3] - Apache Spark Version [e.g., Apache Spark 2.4.2] - Platform [e.g. Local execution, Azure Synapse Analytics, Azure/AWS Databricks, HDInsight Spark] -->
Describe the issue
Implement incremental indexing support for append-only data. Implementation outline:
New Api:
refresh(mode = quick)To Reproduce
na
Expected behavior
na
Environment
na