aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-1/+40
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-301-9/+29
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-302-3/+29
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-302-71/+17
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-302-17/+71
* [SPARK-6913][SQL] Fixed "java.sql.SQLException: No suitable driver found"Vyacheslav Baranov2015-04-303-4/+62
* [SPARK-7093] [SQL] Using newPredicate in NestedLoopJoin to enable code genera...scwf2015-04-302-8/+2
* [SPARK-7280][SQL] Add "drop" column/s on a data framerakeshchalasani2015-04-301-4/+29
* [SPARK-7242][SQL][MLLIB] Frequent items for DataFramesBurak Yavuz2015-04-303-0/+200
* [Build] Enable MiMa checks for SQLJosh Rosen2015-04-303-4/+5
* [SPARK-7196][SQL] Support precision and scale of decimal type for JDBCLiang-Chi Hsieh2015-04-301-2/+8
* [SPARK-7156][SQL] Addressed follow up comments for randomSplitBurak Yavuz2015-04-291-1/+1
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-293-5/+57
* [SQL][Minor] fix java doc for DataFrame.aggWenchen Fan2015-04-291-11/+6
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-294-0/+73
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-291-293/+116
* [SPARK-7215] made coalesce and repartition a part of the query planBurak Yavuz2015-04-283-9/+19
* [SPARK-6352] [SQL] Custom parquet output committerPei-Lun Lee2015-04-282-0/+94
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-283-4/+71
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-271-0/+562
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-271-1/+5
* [SQL][Minor] rename DataTypeParser.apply to DataTypeParser.parsewangfei2015-04-261-1/+1
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-263-10/+81
* [SPARK-7055][SQL]Use correct ClassLoader for JDBC Driver in JDBCRDD.getConnectorVinod K C2015-04-231-1/+2
* [SPARK-7069][SQL] Rename NativeType -> AtomicType.Reynold Xin2015-04-2310-46/+46
* [SPARK-7068][SQL] Remove PrimitiveTypeReynold Xin2015-04-224-14/+18
* [SPARK-6967] [SQL] fix date type convertion in jdbcrddDaoyuan Wang2015-04-221-2/+2
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-221-0/+37
* [SPARK-7039][SQL]JDBCRDD: Add support on type NVARCHARszheng792015-04-221-0/+1
* [SQL] Rename some apply functions.Reynold Xin2015-04-226-16/+16
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-213-24/+24
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-212-47/+115
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-211-0/+17
* [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