thswlsqls opened a new pull request, #17267: URL: https://github.com/apache/iceberg/pull/17267
Closes #17266 ## Summary - The Output table on the Delta Lake migration page named the `snapshotDeltaLakeTable` result `imported_files_count`, a name that does not exist in the `delta-lake` module. - `SnapshotDeltaLakeTable.Result` declares one method, `long snapshotDataFilesCount()` (`delta-lake/src/main/java/org/apache/iceberg/delta/SnapshotDeltaLakeTable.java` lines 85-91). The docs now use that name. - `imported_files_count` is the output column of the Spark `snapshot` procedure; the row was character-identical to `docs/docs/spark-procedures.md` line 618. - The page documents the Java API only — Usage lists Java configuration methods, Examples calls `DeltaLakeToIcebergMigrationActionsProvider` — so no SQL procedure output belongs in this table. - The `Type` (`long`) and `Description` columns are unchanged. ## Testing done - Docs-only change, no behavior change — no test added, no Gradle module affected. - Verified the new name against the `SnapshotDeltaLakeTable.Result` declaration and against `BaseSnapshotDeltaLakeTableAction`, which builds the result via `snapshotDataFilesCount(totalDataFiles)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
