aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-194-8/+8
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-194-0/+76
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with stringsMichael Armbrust2015-06-196-11/+88
* [SPARK-8093] [SQL] Remove empty structs inferred from JSON documentsNathan Howell2015-06-193-17/+48
* [SPARK-8461] [SQL] fix codegen with REPL class loaderDavies Liu2015-06-195-34/+18
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-195-15/+219
* [SPARK-8234][SQL] misc function: md5Shilei2015-06-195-0/+117
* [SPARK-8207] [SQL] Add math function binLiang-Chi Hsieh2015-06-195-8/+88
* [SPARK-8348][SQL] Add in operator to DataFrame ColumnYu ISHIKAWA2015-06-182-1/+17
* [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC filesCheng Lian2015-06-181-1/+1
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-1810-27/+30
* [SPARK-8218][SQL] Binary log math function update.Reynold Xin2015-06-181-0/+4
* [SPARK-8446] [SQL] Add helper functions for testing SparkPlan physical operatorsJosh Rosen2015-06-182-0/+211
* [SPARK-8363][SQL] Move sqrt to math and extend UnaryMathExpressionLiang-Chi Hsieh2015-06-188-51/+31
* [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuiteYijie Shen2015-06-172-5/+10
* [SPARK-8218][SQL] Add binary log math functionLiang-Chi Hsieh2015-06-175-0/+68
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-1736-294/+859
* [SPARK-8381][SQL]reuse typeConvert when convert Seq[Row] to catalyst typeLianhui Wang2015-06-175-22/+12
* [SPARK-8397] [SQL] Allow custom configuration for TestHivePunya Biswal2015-06-171-1/+1
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+45
* [SPARK-7067] [SQL] fix bug when use complex nested fields in ORDER BYWenchen Fan2015-06-175-66/+70
* [SPARK-8010] [SQL] Promote types to StringType as implicit conversion in non-...OopsOutOfMemory2015-06-172-3/+27
* [SPARK-8077] [SQL] Optimization for TreeNodes with large numbers of childrenMichael Davies2015-06-172-12/+17
* [SPARK-7199] [SQL] Add date and timestamp support to UnsafeRowLiang-Chi Hsieh2015-06-174-4/+39
* [SPARK-8220][SQL]Add positive identify functiondragonli2015-06-164-0/+27
* [SPARK-8156] [SQL] create table to specific database by 'use dbname'baishuo2015-06-163-5/+20
* [SQL] [DOC] improved a commentRadek Ostrowski2015-06-161-1/+1
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-1521-81/+95
* SPARK-8336 Fix NullPointerException with functions.rand()tedyu2015-06-152-1/+38
* [SPARK-6583] [SQL] Support aggregate functions in ORDER BYYadong Qi2015-06-152-3/+61
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-146-294/+414
* [SPARK-8362] [SQL] Add unit tests for +, -, *, /, %Reynold Xin2015-06-142-105/+99
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-142-2/+12
* [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space...Josh Rosen2015-06-142-16/+16
* [SPARK-8342][SQL] Fix Decimal setOrNullLiang-Chi Hsieh2015-06-132-1/+7
* [SPARK-8349] [SQL] Use expression constructors (rather than apply) in Functio...Reynold Xin2015-06-135-32/+22
* [SPARK-8347][SQL] Add unit tests for abs.Reynold Xin2015-06-135-33/+31
* [SPARK-8052] [SQL] Use java.math.BigDecimal for casting String to Decimal ins...Liang-Chi Hsieh2015-06-132-1/+6
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-131-8/+11
* [SPARK-8346] [SQL] Use InternalRow instread of catalyst.InternalRowDavies Liu2015-06-1322-183/+176
* [SPARK-7897] Improbe type for jdbc/"unsigned bigint"Rene Treffer2015-06-131-1/+1
* [SPARK-8329][SQL] Allow _ in DataSource optionsMichael Armbrust2015-06-122-4/+18
* [SPARK-7186] [SQL] Decouple internal Row from external RowDavies Liu2015-06-12132-973/+1160
* [SPARK-7993] [SQL] Improved DataFrame.show() outputakhilthatipamula2015-06-122-6/+75
* [SQL] [MINOR] correct semanticEquals logicWenchen Fan2015-06-124-22/+25
* [SPARK-6566] [SQL] Related changes for newer parquet versionYash Datta2015-06-122-185/+44
* [SPARK-7862] [SQL] Fix the deadlock in script transformation for stderrzhichao.li2015-06-112-2/+17
* [SPARK-8317] [SQL] Do not push sort into shuffle in Exchange operatorJosh Rosen2015-06-113-54/+24
* [SPARK-7158] [SQL] Fix bug of cached data cannot be used in collect() after c...Cheng Hao2015-06-112-1/+27
* [SQL] Miscellaneous SQL/DF expression changes.Reynold Xin2015-06-117-27/+175