Skip to content

Commit 27e1ace

Browse files
committed
follow var rename
1 parent a35e6d3 commit 27e1ace

File tree

1 file changed

+1
-1
lines changed
  • airbyte-cdk/bulk/toolkits/load-object-storage/src/main/kotlin/io/airbyte/cdk/load/pipline/object_storage/file

1 file changed

+1
-1
lines changed

airbyte-cdk/bulk/toolkits/load-object-storage/src/main/kotlin/io/airbyte/cdk/load/pipline/object_storage/file/FileChunkTask.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class FileChunkTask<T>(
8181
FieldType(StringType, nullable = true)
8282
)
8383
destRecord.asRawJson().let { jsonNode ->
84-
(jsonNode as ObjectNode).put(COLUMN_NAME_AIRBYTE_FILE_PATH, key)
84+
(jsonNode as ObjectNode).put(COLUMN_NAME_AIRBYTE_FILE_PATH, filePath)
8585
}
8686
}
8787

0 commit comments

Comments
 (0)