@@ -424,8 +424,10 @@ ICEBERG_EXPORT Result<std::unique_ptr<TableRequirement>> TableRequirementFromJso
424424// / Binary fields (lower-bounds, upper-bounds, key-metadata) are base64-encoded.
425425// /
426426// / \param json The JSON object representing a `DataFile`.
427- // / \param partitionSpecById Map from spec ID to PartitionSpec for type-aware partition parsing.
428- // / \param schema The table schema, used with partitionSpecById to resolve partition types.
427+ // / \param partitionSpecById Map from spec ID to PartitionSpec for type-aware partition
428+ // / parsing.
429+ // / \param schema The table schema, used with partitionSpecById to resolve partition
430+ // / types.
429431// / \return A `DataFile` object or an error if the conversion fails.
430432ICEBERG_EXPORT Result<DataFile> DataFileFromJson (const nlohmann::json& json);
431433
@@ -440,8 +442,10 @@ ICEBERG_EXPORT Result<DataFile> DataFileFromJson(
440442// /
441443// / \param json The JSON array of file scan task objects.
442444// / \param delete_files Delete files indexed by the tasks' delete-file-references.
443- // / \param partitionSpecById Map from spec ID to PartitionSpec for type-aware partition parsing.
444- // / \param schema The table schema, used with partitionSpecById to resolve partition types.
445+ // / \param partitionSpecById Map from spec ID to PartitionSpec for type-aware partition
446+ // / parsing.
447+ // / \param schema The table schema, used with partitionSpecById to resolve partition
448+ // / types.
445449// / \return A vector of `FileScanTask` objects or an error if the conversion fails.
446450ICEBERG_EXPORT Result<std::vector<FileScanTask>> FileScanTasksFromJson (
447451 const nlohmann::json& json, const std::vector<DataFile>& delete_files,
0 commit comments