aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-222-11/+66
* [SPARK-7039][SQL]JDBCRDD: Add support on type NVARCHARszheng792015-04-221-0/+1
* [SQL] Rename some apply functions.Reynold Xin2015-04-2235-117/+117
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-212-14/+4
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2126-145/+207
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-214-59/+180
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-212-1/+66
* [SQL][minor] make it more clear that we only need to re-throw GetField except...Wenchen Fan2015-04-211-5/+4
* [SPARK-6994] Allow to fetch field values by name in sql.Rowvidmantas zemleris2015-04-216-0/+137
* [SPARK-7011] Build(compilation) fails with scala 2.11 option, because a prote...Prashant Sharma2015-04-211-2/+2
* [SPARK-6635][SQL] DataFrame.withColumn should replace columns with identical ...Liang-Chi Hsieh2015-04-202-1/+21
* [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-162-1/+10
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-163-8/+14
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-162-1/+33
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-162-9/+39
* [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-1511-33/+534
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-159-33/+52
* [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-1549-293/+737
* [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
* [HOTFIX] [SPARK-6896] [SQL] fix compile error in hive-thriftserverDaoyuan Wang2015-04-151-1/+0
* [SPARK-6871][SQL] WITH clause in CTE can not following another WITH clauseLiang-Chi Hsieh2015-04-142-9/+15
* Revert "[SPARK-6352] [SQL] Add DirectParquetOutputCommitter"Josh Rosen2015-04-143-109/+0
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-135-4/+23
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-136-4/+104
* [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-135-15/+12
* [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-1330-35/+84
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-133-25/+27
* [SPARK-6352] [SQL] Add DirectParquetOutputCommitterPei-Lun Lee2015-04-133-0/+109
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-131-1/+2
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-122-0/+178
* [MINOR] a typo: coalesceDaoyuan Wang2015-04-121-1/+1
* [HOTFIX] Add explicit return types to fix lint errorsJosh Rosen2015-04-112-2/+2
* [SQL][minor] move `resolveGetField` into a objectWenchen Fan2015-04-113-35/+39
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-116-20/+91
* [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-6179][SQL] Add token for "SHOW PRINCIPALS role_name" and "SHOW TRANSAC...DoingDone92015-04-111-0/+3
* [Spark-5068][SQL]Fix bug query data when path doesn't exist for HiveContextlazymam5002015-04-113-1/+110