From 3a8c1f9318e703a8a0db7a0016ae7037559ea694 Mon Sep 17 00:00:00 2001 From: arijitroy003 Date: Wed, 29 Jul 2026 18:09:26 +0530 Subject: [PATCH] docs: fix Delta Lake migration output method name The SnapshotDeltaLakeTable.Result interface uses snapshotDataFilesCount() as the method name, not imported_files_count. Updated documentation to match the actual API. Signed-off-by: arijitroy003 --- docs/docs/delta-lake-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/delta-lake-migration.md b/docs/docs/delta-lake-migration.md index 2164014dbd5f..01069dc400bc 100644 --- a/docs/docs/delta-lake-migration.md +++ b/docs/docs/delta-lake-migration.md @@ -84,7 +84,7 @@ For detailed usage and other optional configurations, please refer to the [Snaps #### Output | Output Name | Type | Description | | ------------|------|-------------| -| `imported_files_count` | long | Number of files added to the new table | +| `snapshotDataFilesCount()` | long | Number of files added to the new table | #### Added Table Properties The following table properties are added to the Iceberg table to be created by default: