Skip to content

Commit

Permalink
Fix error reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Teague Sterling <[email protected]>
  • Loading branch information
teaguesterling committed Nov 11, 2024
1 parent a7f8e07 commit 0a4f84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/iceberg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ string IcebergSnapshot::GuessTableVersion(const string &meta_path, FileSystem &f
}

throw IOException(
"Could not guess Iceberg table version using '%s' compression and format(s): '%s'", table_version, metadata_compression_codec, version_format);
"Could not guess Iceberg table version using '%s' compression and format(s): '%s'", metadata_compression_codec, version_format);
}

string IcebergSnapshot::PickTableVersion(vector<string> &found, string &table_version) {
Expand Down

0 comments on commit 0a4f84f

Please sign in to comment.