We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680175 commit ab7b6dbCopy full SHA for ab7b6db
kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/BatchesResourceSuite.scala
@@ -486,6 +486,7 @@ abstract class BatchesResourceSuiteBase extends KyuubiFunSuite
486
.queryParam("from", "0")
487
.queryParam("size", "1")
488
.queryParam("desc", "true")
489
+ .queryParam("createTime", "1")
490
.request(MediaType.APPLICATION_JSON_TYPE)
491
.header(AUTHORIZATION_HEADER, basicAuthorizationHeader("anonymous"))
492
.get()
0 commit comments