Skip to content

Commit 4aa4ef1

Browse files
committed
Comment about setting
1 parent d95960e commit 4aa4ef1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/Storages/ObjectStorage/DataLakes/Iceberg

src/Storages/ObjectStorage/DataLakes/Iceberg/Utils.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ struct TransformAndArgument
3838
{
3939
String transform_name;
4040
std::optional<size_t> argument;
41+
/// When Iceberg table is partitioned by time, splitting by partitions can be made using different timezone
42+
/// (UTC in most cases). This timezone can be set with setting `iceberg_partition_timezone`, value is in this member.
43+
/// When Iceberg partition condition converted to ClickHouse function in `parseTransformAndArgument` method
44+
/// `time_zone` added as second argument to functions like `toRelativeDayNum`, `toYearNumSinceEpoch`, etc.
4145
std::optional<String> time_zone;
4246
};
4347

0 commit comments

Comments
 (0)