Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/16579
Hi, Sorry for the delays, as you see
https://github.com/apache/spark/pull/16624 , it's still unknown issue for the
existing `SET -v`.
In fact, that is orthogonal to this PR. If we removes the following, this
PR will pass. I'll try to fix that TODAY again at there. BTW, if you don't
mind, I will remove that test cases for now.
```
+ test("SET -v test") {
+ sql("SET -v").map(_.getString(0)).collect()
+ }
+
+ test("`SET -v` commands should return a list sorted by key") {
+ val result = sql("SET -v").map(_.getString(0)).collect()
+ assert(result === result.sorted)
+ }
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]