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
fix.
  • Loading branch information
gatorsmile committed Apr 12, 2017
commit e876af1882a53fcd5569594e9ea486dba66850b4
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ class SessionCatalog(
*
* This performs reflection to decide what type of [[Expression]] to return in the builder.
*/
def makeFunctionBuilder(name: String, functionClassName: String): FunctionBuilder = {
protected def makeFunctionBuilder(name: String, functionClassName: String): FunctionBuilder = {
Copy link
Member Author

Choose a reason for hiding this comment

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

registerFunction is the only caller of makeFunctionBuilder after this PR.

// TODO: at least support UDAFs here
throw new UnsupportedOperationException("Use sqlContext.udf.register(...) instead.")
}
Expand Down