aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-106-38/+267
* [SPARK-16324][SQL] regexp_extract should doc that it returns empty string whe...Sean Owen2016-08-102-1/+6
* Typo: Fow -> ForAndrew Ash2016-08-101-1/+1
* [SPARK-16185][SQL] Better Error Messages When Creating Table As Select Withou...gatorsmile2016-08-103-1/+45
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-104-2/+21
* [SPARK-16959][SQL] Rebuild Table Comment when Retrieving Metadata from Hive M...gatorsmile2016-08-102-3/+7
* Fixed typoMichał Kiełbowicz2016-08-091-1/+1
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-097-9/+211
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-0963-177/+170
* [SPARK-16940][SQL] `checkAnswer` should raise `TestFailedException` for wrong...Dongjoon Hyun2016-08-091-1/+9
* [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.hyukjinkwon2016-08-092-3/+32
* [SPARK-16563][SQL] fix spark sql thrift server FetchResults bugAlice2016-08-082-0/+60
* [SPARK-16898][SQL] Adds argument type information for typed logical plan like...Sean Zhong2016-08-094-11/+31
* [SPARK-16749][SQL] Simplify processing logic in LEAD/LAG processing.Herman van Hovell2016-08-081-35/+18
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-087-12/+2
* [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Tablegatorsmile2016-08-083-3/+28
* [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clausegatorsmile2016-08-082-16/+32
* [SPARK-16906][SQL] Adds auxiliary info like input class and input schema in T...Sean Zhong2016-08-085-7/+14
* [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operati...Nattavut Sutyanyong2016-08-083-0/+59
* [SPARK-16945] Fix Java Lint errorsWeiqing Yang2016-08-083-9/+9
* [SPARK-16939][SQL] Fix build error by using `Tuple1` explicitly in StringFunc...Dongjoon Hyun2016-08-071-1/+1
* [SPARK-16409][SQL] regexp_extract with optional groups causes NPESean Owen2016-08-072-2/+19
* [SPARK-16847][SQL] Prevent to potentially read corrupt statstics on binary in...hyukjinkwon2016-08-061-2/+4
* [SPARK-16901] Hive settings in hive-site.xml may be overridden by Hive's defa...Yin Huai2016-08-052-3/+101
* [SPARK-16826][SQL] Switch to java.net.URI for parse_url()Sylvain Zimmer2016-08-052-19/+68