aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7824] [SQL] Collapse operator reordering and constant folding into a s...Zhongshuai Pei2015-06-112-11/+27
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-1130-333/+82
* [SPARK-7444] [TESTS] Eliminate noisy css warn/error logs for UISeleniumSuitezsxwing2015-06-111-2/+5
* [SPARK-7915] [SQL] Support specifying the column list for target table in CTASCheng Hao2015-06-112-4/+30
* [SPARK-8305] [SPARK-8190] [SQL] improve codegenDavies Liu2015-06-1114-129/+141
* [SPARK-6411] [SQL] [PySpark] support date/datetime with timezone in PythonDavies Liu2015-06-111-2/+1
* [SPARK-8217] [SQL] math function log2Daoyuan Wang2015-06-105-2/+54
* [SPARK-8248][SQL] string function: lengthCheng Hao2015-06-106-5/+82
* [SPARK-8164] transformExpressions should support nested expression sequenceWenchen Fan2015-06-106-30/+30
* [SPARK-8285] [SQL] CombineSum should be calculated as unlimited decimal firstnavis.ryu2015-06-101-2/+2
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-1034-168/+248
* [SPARK-8215] [SPARK-8212] [SQL] add leaf math expression for e and piDaoyuan Wang2015-06-105-0/+96
* [SPARK-7886] Added unit test for HAVING aggregate pushdown.Reynold Xin2015-06-102-1/+7
* [SPARK-7886] Use FunctionRegistry for built-in expressions in HiveContext.Reynold Xin2015-06-1010-105/+92
* [SPARK-7792] [SQL] HiveContext registerTempTable not thread safenavis.ryu2015-06-091-11/+17
* [SPARK-7886] Add built-in expressions to FunctionRegistry.Reynold Xin2015-06-0911-92/+268
* [SPARK-7990][SQL] Add methods to facilitate equi-join on multiple joining keysLiang-Chi Hsieh2015-06-082-6/+43
* [SPARK-8148] Do not use FloatType in partition column inference.Reynold Xin2015-06-082-13/+15
* [SQL][minor] remove duplicated cases in `DecimalPrecision`Wenchen Fan2015-06-081-6/+0
* [SPARK-8121] [SQL] Fixes InsertIntoHadoopFsRelation job initialization for Ha...Cheng Lian2015-06-084-13/+65
* [SPARK-8158] [SQL] several fix for HiveShimDaoyuan Wang2015-06-081-10/+11
* [MINOR] change new Exception to IllegalArgumentExceptionDaoyuan Wang2015-06-081-3/+5
* [SPARK-7939] [SQL] Add conf to enable/disable partition column type inferenceLiang-Chi Hsieh2015-06-084-23/+114
* [SPARK-8154][SQL] Remove Term/Code type aliases in code generation.Reynold Xin2015-06-0715-66/+69
* [SPARK-8149][SQL] Break ExpressionEvaluationSuite down to multiple filesReynold Xin2015-06-0723-1958/+2340
* [SPARK-8117] [SQL] Push codegen implementation into each ExpressionDavies Liu2015-06-0723-718/+1036
* [SPARK-7952][SQL] use internal Decimal instead of java.math.BigDecimalWenchen Fan2015-06-072-21/+43
* [SPARK-8004][SQL] Quote identifier in JDBC data source.Reynold Xin2015-06-073-22/+22
* [SPARK-8118] [SQL] Mutes noisy Parquet log output reappeared after upgrading ...Cheng Lian2015-06-071-15/+20
* [SPARK-8141] [SQL] Precompute datatypes for partition columns and reuse itLiang-Chi Hsieh2015-06-071-1/+2