Skip to content

Commit

Permalink
Merge branch 'master' into webapp-preview-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Dec 16, 2024
2 parents 238f466 + edc72f2 commit a3f0d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/connector/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ connector using a {doc}`WITH </sql/create-table-as>` clause.
Parquet files. Requires Parquet format. Defaults to `[]`.
* - `object_store_layout_enabled`
- Whether Iceberg's [object store file layout](https://iceberg.apache.org/docs/latest/aws/#object-store-file-layout) is enabled.
Defaults to `false`.
* - `data_location`
- Optionally specifies the file system location URI for the table's data files
* - `extra_properties`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public boolean isNonTransactionalInsert()
}

@Config("insert.non-transactional-insert.enabled")
@ConfigDescription("Do not create temporary table during insert. " +
@ConfigDescription("Enables support for non-transactional INSERT. " +
"This means that the write operation can fail and leave the table in an inconsistent state.")
public JdbcWriteConfig setNonTransactionalInsert(boolean nonTransactionalInsert)
{
Expand Down
2 changes: 1 addition & 1 deletion plugin/trino-functions-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-wasm-python</artifactId>
<version>3.13-1</version>
<version>3.13-2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a3f0d91

Please sign in to comment.