aboutsummaryrefslogtreecommitdiff
path: root/streaming/src
diff options
context:
space:
mode:
authorJacek Laskowski <jacek@japila.pl>2016-07-22 12:37:30 +0100
committerSean Owen <sowen@cloudera.com>2016-07-22 12:37:30 +0100
commite1bd70f44b11141b000821e9754efeabc14f24a5 (patch)
treec2a5e9ddf53e4b80955707179489366ab9e4f76f /streaming/src
parent94f14b52a6a99047c0e30015d435bddb7f2b95fe (diff)
downloadspark-e1bd70f44b11141b000821e9754efeabc14f24a5.tar.gz
spark-e1bd70f44b11141b000821e9754efeabc14f24a5.tar.bz2
spark-e1bd70f44b11141b000821e9754efeabc14f24a5.zip
[SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constant
## What changes were proposed in this pull request? Build fix for [SPARK-16287][SQL] Implement str_to_map SQL function that has introduced this compilation error: ``` /Users/jacek/dev/oss/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala:402: error: annotation argument needs to be a constant; found: "_FUNC_(text[, pairDelim, keyValueDelim]) - Creates a map after splitting the text ".+("into key/value pairs using delimiters. ").+("Default delimiters are \',\' for pairDelim and \':\' for keyValueDelim.") "into key/value pairs using delimiters. " + ^ ``` ## How was this patch tested? Local build Author: Jacek Laskowski <jacek@japila.pl> Closes #14315 from jaceklaskowski/build-fix-complexTypeCreator.
Diffstat (limited to 'streaming/src')
0 files changed, 0 insertions, 0 deletions