[ https://issues.apache.org/jira/browse/SPARK-52363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hyukjin Kwon reassigned SPARK-52363: ------------------------------------ Assignee: Deng Ziming > 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 > > 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