We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e127568 commit cd2e0a0Copy full SHA for cd2e0a0
src/Storages/ObjectStorage/DataLakes/Iceberg/Constant.h
@@ -32,7 +32,7 @@ DEFINE_ICEBERG_FIELD_ALIAS(manifest_list, manifest-list);
32
DEFINE_ICEBERG_FIELD_ALIAS(timestamp_ms, timestamp-ms);
33
DEFINE_ICEBERG_FIELD_ALIAS(last_updated_ms, last-updated-ms);
34
DEFINE_ICEBERG_FIELD_ALIAS(source_id, source-id);
35
-/// These are compound fields like `data_file.file_path`, we use prefix 'c_' to distingish them.
+/// These are compound fields like `data_file.file_path`, we use prefix 'c_' to distinguish them.
36
DEFINE_ICEBERG_FIELD_COMPOUND(data_file, file_path);
37
DEFINE_ICEBERG_FIELD_COMPOUND(data_file, content);
38
DEFINE_ICEBERG_FIELD_COMPOUND(data_file, partition);
0 commit comments