aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6635][SQL] DataFrame.withColumn should replace columns with identical ...Liang-Chi Hsieh2015-04-201-1/+13
* [SPARK-6368][SQL] Build a specialized serializer for Exchange operator.Yin Huai2015-04-203-6/+478
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-171-3/+29
* [SPARK-6972][SQL] Add Coalesce to DataFrameMichael Armbrust2015-04-162-0/+16
* [SPARK-6966][SQL] Use correct ClassLoader for JDBC DriverMichael Armbrust2015-04-161-1/+2
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-161-3/+4
* [SPARK-5277][SQL] - SparkSqlSerializer doesn't always register user specified...Max Seiden2015-04-153-10/+8
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-157-30/+324
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-151-2/+2
* [SPARK-6844][SQL] Clean up accumulators used in InMemoryRelation when it is u...Liang-Chi Hsieh2015-04-152-14/+35
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1518-67/+127
* [SPARK-6887][SQL] ColumnBuilder misses FloatTypeYin Huai2015-04-151-0/+1
* [SPARK-6800][SQL] Update doc for JDBCRelation's columnPartitionLiang-Chi Hsieh2015-04-151-2/+2
* [SPARK-6730][SQL] Allow using keyword as identifier in OPTIONSLiang-Chi Hsieh2015-04-151-1/+14
* Revert "[SPARK-6352] [SQL] Add DirectParquetOutputCommitter"Josh Rosen2015-04-142-88/+0
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-132-1/+14
* [SPARK-6303][SQL] Remove unnecessary Average in GeneratedAggregateLiang-Chi Hsieh2015-04-131-45/+0
* [SPARK-6872] [SQL] add copy in external sortDaoyuan Wang2015-04-131-1/+1
* [SQL][SPARK-6742]: Don't push down predicates which reference partition colum...Yash Datta2015-04-131-1/+10
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-134-6/+8
* [SPARK-6352] [SQL] Add DirectParquetOutputCommitterPei-Lun Lee2015-04-132-0/+88
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-121-0/+144
* [MINOR] a typo: coalesceDaoyuan Wang2015-04-121-1/+1
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-111-4/+8
* [SQL] Handle special characters in the authority of a Path's URI.Yin Huai2015-04-111-3/+27
* [SPARK-6379][SQL] Support a functon to call user-defined functions registered...Takeshi YAMAMURO2015-04-111-1/+20
* [Spark-5068][SQL]Fix bug query data when path doesn't exist for HiveContextlazymam5002015-04-111-0/+6
* [SPARK-6858][SQL] Register Java HashMap for SparkSqlSerializerLiang-Chi Hsieh2015-04-111-0/+2
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-107-29/+45
* [SQL] [SPARK-6794] Use kryo-based SparkSqlSerializer for GeneralHashedRelationVolodymyr Lyubinets2015-04-102-6/+44
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-082-1/+128
* [SPARK-6451][SQL] supported code generation for CombineSumVenkata Ramana Gollamudi2015-04-082-2/+44
* [Minor] [SQL] [SPARK-6729] Minor fix for DriverQuirks getVolodymyr Lyubinets2015-04-061-2/+2
* [SPARK-6607][SQL] Check invalid characters for Parquet schema and show error ...Liang-Chi Hsieh2015-04-051-0/+14
* [SQL] Use path.makeQualified in newParquet.Yin Huai2015-04-041-1/+2
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-031-1/+1
* [SPARK-6686][SQL] Use resolved output instead of names for toDF renameMichael Armbrust2015-04-021-2/+2
* [Minor] [SQL] Follow-up of PR #5210Cheng Lian2015-04-021-4/+5
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-025-7/+24
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-012-14/+15
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet Mancini2015-04-011-6/+6
* [SPARK-6608] [SQL] Makes DataFrame.rdd a lazy valCheng Lian2015-04-011-2/+4
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-0/+3
* [SPARK-6633][SQL] Should be "Contains" instead of "EndsWith" when constructin...Liang-Chi Hsieh2015-03-311-1/+1
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-311-9/+5
* [SPARK-6625][SQL] Add common string filters to data sources.Reynold Xin2015-03-313-0/+82
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-304-7/+243
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-312-6/+9
* [SPARK-6538][SQL] Add missing nullable Metastore fields when merging a Parque...Adam Budde2015-03-281-2/+30
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-272-3/+3