Skip to content
Closed
Show file tree
Hide file tree
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
Final cleanup
  • Loading branch information
maropu committed Apr 21, 2020
commit f302c91fc270fb4a7607381c3ca1af7ccbecd7c1
13 changes: 1 addition & 12 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
generated-agg-funcs-examples.html
generated-agg-funcs-table.html
generated-array-funcs-examples.html
generated-array-funcs-table.html
generated-datetime-funcs-examples.html
generated-datetime-funcs-table.html
generated-json-funcs-examples.html
generated-json-funcs-table.html
generated-map-funcs-examples.html
generated-map-funcs-table.html
generated-sql-configuration-table.html
generated-window-funcs-table.html
generated-*.html
2 changes: 1 addition & 1 deletion sql/gen-sql-functions-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _list_grouped_function_infos(jvm):
return [(k, sorted(g, key=lambda x: x.name)) for k, g in grouped_infos]


# TODO(SPARK-XXXXX): Needs to add a column to describe arguments and their types
# TODO(SPARK-31499): Needs to add a column to describe arguments and their types
def _make_pretty_usage(infos):
"""
Makes the usage description pretty and returns a formatted string.
Expand Down