aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorChristian Kadner <ckadner@us.ibm.com>2015-08-06 14:15:42 -0700
committerMichael Armbrust <michael@databricks.com>2015-08-06 14:15:42 -0700
commitabfedb9cd70af60c8290bd2f5a5cec1047845ba0 (patch)
tree4a4d62ab67106bfd1d4e332a89808ba41ce2bf85 /streaming
parent54c0789a05a783ce90e0e9848079be442a82966b (diff)
downloadspark-abfedb9cd70af60c8290bd2f5a5cec1047845ba0.tar.gz
spark-abfedb9cd70af60c8290bd2f5a5cec1047845ba0.tar.bz2
spark-abfedb9cd70af60c8290bd2f5a5cec1047845ba0.zip
[SPARK-9211] [SQL] [TEST] normalize line separators before generating MD5 hash
The golden answer file names for the existing Hive comparison tests were generated using a MD5 hash of the query text which uses Unix-style line separator characters `\n` (LF). This PR ensures that all occurrences of the Windows-style line separator `\r\n` (CR) are replaced with `\n` (LF) before generating the MD5 hash to produce an identical MD5 hash for golden answer file names generated on Windows. Author: Christian Kadner <ckadner@us.ibm.com> Closes #7563 from ckadner/SPARK-9211_working and squashes the following commits: d541db0 [Christian Kadner] [SPARK-9211][SQL] normalize line separators before MD5 hash
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions