Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
update
  • Loading branch information
cloud-fan committed Oct 26, 2018
commit 517bebfb1e49f2315019696a50b657dcf715778c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ case class ExpressionEncoder[T](
}
nullSafeSerializer match {
case If(_: IsNull, _, s: CreateNamedStruct) => s
case s: CreateNamedStruct => s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

case _ =>
throw new RuntimeException(s"class $clsName has unexpected serializer: $objSerializer")
}
Expand Down