You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translateFilter accepst a strictPushDown parameter to request using filters that exactly match the given values. This parameter is not honored and leads to failing tests in SparkSQLScalaSuite.
What is the bug?
translateFilter
accepst astrictPushDown
parameter to request using filters that exactly match the given values. This parameter is not honored and leads to failing tests inSparkSQLScalaSuite
.How can one reproduce the bug?
./gradlew ':opensearch-spark-20:integrationTest' --tests "org.opensearch.spark.integration.SparkSQLScalaSuite" --info
What is the expected behavior?
passing tests
The text was updated successfully, but these errors were encountered: