Skip to content

Commit

Permalink
Issue 424: Add support for handling of vector fields. Added Ignore fo…
Browse files Browse the repository at this point in the history
…r testKnnVectorAsArrayOfFloats for now as the k-NN plugin is currently missing and needs to be added.

Signed-off-by: Dmitry Goldenberg <[email protected]>
  • Loading branch information
dgoldenberg-ias committed Sep 12, 2024
1 parent 4f54faa commit a64cf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,7 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
* Tests the handling of k-nn vector fields.
*/
@Test
@Ignore("k-NN plugin is currently missing")
def testKnnVectorAsArrayOfFloats(): Unit = {
val mapping = wrapMapping("data", s"""{
| "properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2471,6 +2471,7 @@ class AbstractScalaOpenSearchScalaSparkSQL(prefix: String, readMetadata: jl.Bool
* Tests the handling of k-nn vector fields.
*/
@Test
@Ignore("k-NN plugin is currently missing")
def testKnnVectorAsArrayOfFloats(): Unit = {
val mapping = wrapMapping("data", s"""{
| "properties": {
Expand Down

0 comments on commit a64cf03

Please sign in to comment.