myskov commented on code in PR #310: URL: https://github.com/apache/ignite-extensions/pull/310#discussion_r2152119065
########## 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: It is sorted. The sorting is case-sensitive. The schema is being returned in uppercase, which is why the ordering has changed. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org