Skip to content

Commit

Permalink
Restoring skipped pushdown tests
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
  • Loading branch information
harshavamsi committed Feb 25, 2023
1 parent dd0396e commit 570b211
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown09StartsWith() {
val df = opensearchDataSource("pd_starts_with")
var filter = df.filter(df("airport").startsWith("O"))
Expand All @@ -1032,8 +1030,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown10EndsWith() {
val df = opensearchDataSource("pd_ends_with")
var filter = df.filter(df("airport").endsWith("O"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown09StartsWith() {
val df = opensearchDataSource("pd_starts_with")
var filter = df.filter(df("airport").startsWith("O"))
Expand All @@ -1088,8 +1086,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown10EndsWith() {
val df = opensearchDataSource("pd_ends_with")
var filter = df.filter(df("airport").endsWith("O"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown09StartsWith() {
val df = opensearchDataSource("pd_starts_with")
var filter = df.filter(df("airport").startsWith("O"))
Expand All @@ -1090,8 +1088,6 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
}

@Test
@Ignore
// @AwaitsFix(bugUrl = "https://github.com/opensearch-project/opensearch-hadoop/issues/41")
def testDataSourcePushDown10EndsWith() {
val df = opensearchDataSource("pd_ends_with")
var filter = df.filter(df("airport").endsWith("O"))
Expand Down

0 comments on commit 570b211

Please sign in to comment.