Skip to content

Commit

Permalink
Enable testing of trino-opensearch module
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jan 2, 2024
1 parent 0647b09 commit a76894f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ jobs:
!:trino-memory,
!:trino-mongodb,
!:trino-mysql,
!:trino-opensearch,
!:trino-oracle,
!:trino-orc,
!:trino-parquet,
Expand Down Expand Up @@ -534,6 +535,7 @@ jobs:
- { modules: plugin/trino-mariadb }
- { modules: plugin/trino-mongodb }
- { modules: plugin/trino-mysql }
- { modules: plugin/trino-opensearch }
- { modules: plugin/trino-oracle }
- { modules: plugin/trino-phoenix5 }
- { modules: plugin/trino-pinot }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void extendEnvironment(Environment.Builder builder)
"singlestore",
"mongodb",
"mysql",
"opensearch",
"oracle",
"phoenix5",
"pinot",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
connector.name=opensearch
opensearch.host=host1.invalid
opensearch.port=9200
opensearch.default-schema-name=default

0 comments on commit a76894f

Please sign in to comment.