itholic commented on pull request #30296:
URL: https://github.com/apache/spark/pull/30296#issuecomment-728769565
Hi @leanken !
I'd ask maybe Is the PR description for `spark.sql("select
element_at(array(3, 2, 1), 0)").printSchema()` correct?
I ran the reproducers in the PR description and it shows a different result
in the master branch.
```scala
scala> spark.sql("select element_at(array(3, 2, 1), 0)").printSchema()
root
|-- element_at(array(3, 2, 1), 0): integer (nullable = false)
```
It returned `nullable = false`, but in the PR description says that `true`
is expected.
Or could you please correct me if I missed something??
Thanks :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]