aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6368][SQL] Build a specialized serializer for Exchange operator.Yin Huai2015-04-204-6/+673
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-171-3/+29
* [SPARK-6972][SQL] Add Coalesce to DataFrameMichael Armbrust2015-04-163-0/+24
* [SPARK-6966][SQL] Use correct ClassLoader for JDBC DriverMichael Armbrust2015-04-161-1/+2
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-161-0/+9
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-163-8/+14
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-161-0/+20
* [SPARK-5277][SQL] - SparkSqlSerializer doesn't always register user specified...Max Seiden2015-04-154-12/+68
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-158-31/+351
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-152-5/+12
* [SPARK-6844][SQL] Clean up accumulators used in InMemoryRelation when it is u...Liang-Chi Hsieh2015-04-154-14/+55
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1523-86/+142
* [SPARK-6887][SQL] ColumnBuilder misses FloatTypeYin Huai2015-04-153-1/+62
* [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-152-6/+20
* [SPARK-6871][SQL] WITH clause in CTE can not following another WITH clauseLiang-Chi Hsieh2015-04-141-0/+6
* Revert "[SPARK-6352] [SQL] Add DirectParquetOutputCommitter"Josh Rosen2015-04-143-109/+0
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-133-4/+25
* [SPARK-6303][SQL] Remove unnecessary Average in GeneratedAggregateLiang-Chi Hsieh2015-04-131-45/+0
* [SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.qCheng Hao2015-04-131-1/+1
* [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-132-2/+33
* [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-133-0/+109
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-122-0/+178
* [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-113-10/+38
* [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-112-1/+29
* [Spark-5068][SQL]Fix bug query data when path doesn't exist for HiveContextlazymam5002015-04-111-0/+6
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-111-0/+14
* [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-109-32/+55
* [SQL] [SPARK-6794] Use kryo-based SparkSqlSerializer for GeneralHashedRelationVolodymyr Lyubinets2015-04-102-6/+44
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-082-1/+128
* [SPARK-6765] Fix test code style for SQLReynold Xin2015-04-0820-85/+120
* [SPARK-6451][SQL] supported code generation for CombineSumVenkata Ramana Gollamudi2015-04-083-5/+133
* [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-6647][SQL] Make trait StringComparison as BinaryPredicate and fix unit...Liang-Chi Hsieh2015-04-031-8/+20
* [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-022-2/+10
* [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-026-8/+32
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-013-24/+25
* [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