Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/delta-lake.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ values. Typical usage does not require you to configure them.
contain external files.
- `false`
* - `delta.parquet.time-zone`
- Time zone for Parquet read and write.
- Time zone used when reading timestamps from Parquet files.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

writing happens only with int96 which does not apply for Delta Lake

io.trino.parquet.writer.valuewriter.Int96TimestampValueWriter

- JVM default
* - `delta.target-max-file-size`
- Target maximum size of written files; the actual size could be larger. The
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Hive connector documentation.
[](parquet-format-configuration)
- `true`
* - `hive.parquet.time-zone`
- Time zone for Parquet read and write.
- Time zone used when reading and writing timestamps into Parquet files.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timestamps are being read from variant as well - i'm hopeful that the statement is generic enough

io.trino.parquet.reader.ParquetReader#readVariantAsJson

- JVM default
* - `hive.compression-codec`
- The compression codec to use when writing files. Possible values are `NONE`,
Expand Down