[ 
https://issues.apache.org/jira/browse/SPARK-52363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-52363.
----------------------------------
    Fix Version/s: 4.1.0
       Resolution: Fixed

Issue resolved by pull request 51059
[https://github.com/apache/spark/pull/51059]

> Analyzer NameScope test for nested struct fields inside Map values
> ------------------------------------------------------------------
>
>                 Key: SPARK-52363
>                 URL: https://issues.apache.org/jira/browse/SPARK-52363
>             Project: Spark
>          Issue Type: Test
>          Components: SQL, Tests
>    Affects Versions: 4.0.0
>            Reporter: Deng Ziming
>            Assignee: Deng Ziming
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.1.0
>
>
> Verifies that multi-part resolution like {{mapColumn['key'].nestedField}} 
> works correctly, 
> in org.apache.spark.sql.analysis.resolver.NameScopeSuite, we already defined 
> it: 
> ```
> private val col11MapWithStruct = AttributeReference(
> name = "col11",
> dataType = MapType(
> StringType,
> StructType(Seq(StructField("field", StringType)))
> )
> )()
> ```
>  but didn't use it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to