Skip to content

Commit 3f805c0

Browse files
committed
fix exclude fields from select with es6
1 parent bc3fbeb commit 3f805c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

es6/sql-bridge/src/test/scala/app/softnetwork/elastic/sql/SQLQuerySpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ class SQLQuerySpec extends AnyFlatSpec with Matchers {
510510
| "match_all":{}
511511
| },
512512
| "_source":{
513-
| "includes":["*"],
514513
| "excludes":["col1","col2"]
515514
| }
516515
|}""".stripMargin.replaceAll("\\s+", "")

0 commit comments

Comments
 (0)