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
Next Next commit
no extra newline
  • Loading branch information
HyukjinKwon committed Nov 2, 2016
commit 4ed9d03aaee2d66f43e3a463ca83a14a5a9119ee
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ trait CreateNamedStructLike extends Expression {
*
* @param children Seq(name1, val1, name2, val2, ...)
*/

// scalastyle:off line.size.limit
@ExpressionDescription(
usage = "_FUNC_(name1, val1, name2, val2, ...) - Creates a struct with the given field names and values.",
Expand Down