aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-10-05 13:22:40 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-05 13:22:40 -0700
commite222221e24c122300bbde6d5ec4002a7c42b2e24 (patch)
tree2420f879b6766ab4eb59cfd9b7aacaa53cbc041f /sql
parent1b97a941a09a2f63d442f435c1b444d857cd6956 (diff)
downloadspark-e222221e24c122300bbde6d5ec4002a7c42b2e24.tar.gz
spark-e222221e24c122300bbde6d5ec4002a7c42b2e24.tar.bz2
spark-e222221e24c122300bbde6d5ec4002a7c42b2e24.zip
HOTFIX: Fix unicode error in merge script.
The merge script builds up a big command array and sometimes this contains both unicode and ascii strings. This doesn't work if you try to join them into a single string. Longer term a solution is to go and make sure the source of all strings is unicode. This patch provides a simpler solution... just print the array rather than joining. I actually prefer printing an array here anyways since joining on spaces is lossy in the case of arguments that themselves contain spaces. Author: Patrick Wendell <pwendell@gmail.com> Closes #2645 from pwendell/merge-script and squashes the following commits: 167b792 [Patrick Wendell] HOTFIX: Fix unicode error in merge script.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions