Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <penghuo@gmail.com>
  • Loading branch information
penghuo committed Nov 19, 2022
1 parent d1d7a25 commit ed263a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ void testCreateTable() {
void defaultAsStreamingSource() {
assertThrows(
UnsupportedOperationException.class,
() -> new CatalogTable(catalogService).asStreamingSource());
() -> new DataSourceTable(dataSourceService).asStreamingSource());
}
}
4 changes: 2 additions & 2 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ stopPrometheus.mustRunAfter startPrometheus
// Run PPL ITs and new, legacy and comparison SQL ITs with new SQL engine enabled
integTest {
dependsOn ':opensearch-sql-plugin:bundlePlugin'
// dependsOn startPrometheus
// finalizedBy stopPrometheus
dependsOn startPrometheus
finalizedBy stopPrometheus

systemProperty 'tests.security.manager', 'false'
systemProperty('project.root', project.projectDir.absolutePath)
Expand Down

0 comments on commit ed263a8

Please sign in to comment.