Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
commit
  • Loading branch information
RunyaoChen committed Oct 7, 2023
commit 472d965c096bba66e7a74f396b170a60ab0dcc79
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@ abstract class UpdateSuiteBase

testAnalysisException(
targetDF,
set =
Seq("a = named_struct('c', named_struct('d', 'rand', 'e', 'str'))", "a.c.d = 'RANDOM2'"),
set = Seq("a = named_struct('c', named_struct('d', 'rand', 'e', 'str'), 'g', 3)",
"a.c.d = 'RANDOM2'"),
errMsgs = "There is a conflict from these SET columns" :: Nil)

val schema = new StructType().add("a", MapType(StringType, IntegerType))
Expand Down