spark git commit: [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison

2017-07-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.0 4229e1605 -> 1afded07e [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison ## What changes were proposed in this pull request? This PR fixes a wrong comparison for `BinaryType`. This PR enables unsigned

spark git commit: [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison

2017-07-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 2c2846241 -> ca4d2aa39 [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison ## What changes were proposed in this pull request? This PR fixes a wrong comparison for `BinaryType`. This PR enables unsigned

spark git commit: [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison

2017-07-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 bfe3ba869 -> 1cb4369a5 [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison ## What changes were proposed in this pull request? This PR fixes a wrong comparison for `BinaryType`. This PR enables unsigned

spark git commit: [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison

2017-07-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 2d968a07d -> ac5d5d795 [SPARK-21344][SQL] BinaryType comparison does signed byte array comparison ## What changes were proposed in this pull request? This PR fixes a wrong comparison for `BinaryType`. This PR enables unsigned comparison

spark git commit: [SPARK-21421][SS] Add the query id as a local property to allow source and sink using it

2017-07-14 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 601a237b3 -> 2d968a07d [SPARK-21421][SS] Add the query id as a local property to allow source and sink using it ## What changes were proposed in this pull request? Add the query id as a local property to allow source and sink using it.

spark git commit: [SPARK-9825][YARN] Do not overwrite final Hadoop config entries.

2017-07-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/master cb8d5cc90 -> 601a237b3 [SPARK-9825][YARN] Do not overwrite final Hadoop config entries. When localizing the gateway config files in a YARN application, avoid overwriting final configs by distributing the gateway files to a separate

spark git commit: [SPARK-21376][YARN] Fix yarn client token expire issue when cleaning the staging files in long running scenario

2017-07-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 cf0719b5e -> bfe3ba869 [SPARK-21376][YARN] Fix yarn client token expire issue when cleaning the staging files in long running scenario ## What changes were proposed in this pull request? This issue happens in long running application