aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-228-18/+44
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-223-7/+7
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-223-5/+59
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-2123-651/+535
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-213-0/+49
* [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and all...petermaxlee2016-08-212-2/+14
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-202-2/+16
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-204-2/+30
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-193-17/+27
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-197-33/+248
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-194-7/+35
* HOTFIX: compilation broken due to protected ctor.Reynold Xin2016-08-181-2/+1
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-199-46/+452
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-184-23/+89
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-188-1/+267
* [SPARK-17107][SQL] Remove redundant pushdown rule for UnionLiang-Chi Hsieh2016-08-182-17/+7
* [SPARK-16391][SQL] Support partial aggregation for reduceGroupsReynold Xin2016-08-183-5/+146
* [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinalpetermaxlee2016-08-184-37/+28
* [SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGroupedDatas...Liang-Chi Hsieh2016-08-182-0/+26
* [SPARK-17096][SQL][STREAMING] Improve exception string reported through the S...Tathagata Das2016-08-174-14/+10
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-173-19/+19
* [SPARK-17102][SQL] bypass UserDefinedGenerator for json format checkWenchen Fan2016-08-171-1/+2
* [SPARK-17106] [SQL] Simplify the SubqueryExpression interfaceHerman van Hovell2016-08-178-74/+56
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-08-172-6/+66
* [SPARK-17032][SQL] Add test cases for methods in ParserUtils.jiangxingbo2016-08-172-7/+128
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-1620-71/+94
* [SPARK-17084][SQL] Rename ParserUtils.assert to validateHerman van Hovell2016-08-163-12/+11
* [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution packageHerman van Hovell2016-08-163-6/+1
* [SPARK-17034][SQL] adds expression UnresolvedOrdinal to represent the ordinal...Sean Zhong2016-08-167-19/+175
* [SPARK-16916][SQL] serde/storage properties should not have limitationsWenchen Fan2016-08-153-11/+0
* [SPARK-17065][SQL] Improve the error message when encountering an incompatibl...Shixiong Zhu2016-08-151-39/+52
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-153-101/+18
* [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" ...Sean Owen2016-08-132-4/+8
* [SPARK-16968] Add additional options in jdbc when creating a new tableGraceH2016-08-133-12/+51
* [SPARK-16771][SQL] WITH clause should not fall into infinite loop.Dongjoon Hyun2016-08-126-18/+88
* [SPARK-16598][SQL][TEST] Added a test case for verifying the table identifier...gatorsmile2016-08-121-0/+8
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-115-55/+37
* [SPARK-16975][SQL] Column-partition path starting '_' should be handled corre...Dongjoon Hyun2016-08-125-4/+14
* [SPARK-16434][SQL] Avoid per-record type dispatch in JSON when readinghyukjinkwon2016-08-125-216/+297
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-115-62/+476
* [SPARK-17021][SQL] simplify the constructor parameters of QuantileSummariesWenchen Fan2016-08-111-10/+11
* [SPARK-16958] [SQL] Reuse subqueries within the same queryDavies Liu2016-08-117-49/+215
* [SPARK-16941] Use concurrentHashMap instead of scala Map in SparkSQLOperation...huangzhaowei2016-08-113-11/+13
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-118-232/+613
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-109-68/+161
* [SPARK-17007][SQL] Move test data files into a test-data folderpetermaxlee2016-08-1040-39/+40
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-108-65/+180
* [SPARK-16928] [SQL] Recursive call of ColumnVector::getInt() breaks JIT inliningQifan Pu2016-08-104-25/+54
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-103-147/+122
* [SPARK-15899][SQL] Fix the construction of the file path with hadoop Pathavulanov2016-08-103-27/+35