Repository: spark
Updated Branches:
refs/heads/branch-1.3 bf43781bd -> 0040b6128
[SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.
Author: Reynold Xin
Closes #4386 from rxin/df-implicits and squashes the following commits:
9d96606 [Reynold Xin] style fix
edd296b
Repository: spark
Updated Branches:
refs/heads/master 9d3a75ef8 -> 7d789e117
[SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.
Author: Reynold Xin
Closes #4386 from rxin/df-implicits and squashes the following commits:
9d96606 [Reynold Xin] style fix
edd296b [Re