sashapolo commented on code in PR #310:
URL: https://github.com/apache/ignite-extensions/pull/310#discussion_r2152014640


##########
modules/spark-ext/spark/src/test/scala/org/apache/ignite/spark/IgniteCatalogSpec.scala:
##########
@@ -88,7 +88,7 @@ class IgniteCatalogSpec extends AbstractDataFrameSpec {
         it("Should provide the list of all schemas") {
             val schemas = igniteSession.catalog.listDatabases().collect()
 
-            schemas.map(_.name).sorted should equal(Array("cache3", 
"employeeschema", "public"))
+            schemas.map(_.name).sorted should equal(Array("EMPLOYEESCHEMA", 
"PUBLIC", "cache3"))

Review Comment:
   How does this work? The expected array is not sorted anymore...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to