File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
marklogic-spark-connector/src/test/java/com/marklogic/spark/reader/optic Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 4
4
package com .marklogic .spark .reader .optic ;
5
5
6
6
import com .marklogic .spark .Options ;
7
- import com .marklogic .spark .RequiresMarkLogic11OrLower ;
8
7
import org .apache .spark .sql .Column ;
9
8
import org .apache .spark .sql .Dataset ;
10
9
import org .apache .spark .sql .Row ;
11
10
import org .junit .jupiter .api .Test ;
12
- import org .junit .jupiter .api .extension .ExtendWith ;
13
11
14
12
import java .util .List ;
15
13
19
17
* As of 2024-10-29, this is mysteriously failing with 8016 connection issues on Jenkins. Does not fail on MarkLogic
20
18
* 11 though. Will investigate more soon.
21
19
*/
22
- @ ExtendWith (RequiresMarkLogic11OrLower .class )
23
20
class PushDownFilterTest extends AbstractPushDownTest {
24
21
25
22
/**
Original file line number Diff line number Diff line change 5
5
6
6
import com .marklogic .spark .AbstractIntegrationTest ;
7
7
import com .marklogic .spark .Options ;
8
- import com .marklogic .spark .RequiresMarkLogic11OrLower ;
9
8
import org .apache .spark .sql .Column ;
10
9
import org .apache .spark .sql .Dataset ;
11
10
import org .apache .spark .sql .Row ;
12
11
import org .junit .jupiter .api .Test ;
13
- import org .junit .jupiter .api .extension .ExtendWith ;
14
12
15
13
import static org .junit .jupiter .api .Assertions .assertEquals ;
16
14
24
22
* As of 2024-10-29, this is mysteriously failing with 8016 connection issues on Jenkins. Does not fail on MarkLogic
25
23
* 11 though. Will investigate more soon.
26
24
*/
27
- @ ExtendWith (RequiresMarkLogic11OrLower .class )
28
25
class PushDownFilterValueTypesTest extends AbstractIntegrationTest {
29
26
30
27
@ Test
You can’t perform that action at this time.
0 commit comments