-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into extend-read-parquet
- Loading branch information
Showing
48 changed files
with
1,285 additions
and
869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
connector.name=hive | ||
|
||
# this enables the native s3 connector and the various s3.* properties | ||
fs.native-s3.enabled=true | ||
|
||
# region is bogus, but trino requires it | ||
s3.region=us-east-1 | ||
s3.endpoint=http://minio:9000 | ||
s3.aws-access-key=accesskey | ||
s3.aws-secret-key=secretkey | ||
s3.path-style-access=true | ||
|
||
hive.ignore-absent-partitions=true | ||
hive.metastore.thrift.delete-files-on-drop=true | ||
hive.metastore.uri=thrift://hive-metastore:9083 | ||
hive.metastore.username=admin | ||
hive.non-managed-table-writes-enabled=true | ||
hive.s3.aws-access-key=accesskey | ||
hive.s3.aws-secret-key=secretkey | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.path-style-access=true | ||
hive.timestamp-precision=MICROSECONDS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+23.7 KB
docs/presentations/datafusion-meetup-nyc-2024/images/competing_standards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+58.9 KB
docs/presentations/datafusion-meetup-nyc-2024/images/datafusion-meetup-slides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.