aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-036-16/+63
* [SPARK-17230] [SQL] Should not pass optimized query into QueryExecution in Da...Davies Liu2016-09-021-0/+8
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-013-10/+102
* [SPARK-16461][SQL] Support partition batch pruning with `<=>` predicate in In...hyukjinkwon2016-09-011-0/+2
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-011-0/+226
* revert PR#10896 and PR#14865Wenchen Fan2016-09-012-71/+21
* [SPARK-17289][SQL] Fix a bug to satisfy sort requirements in partial aggregat...Takeshi YAMAMURO2016-08-301-1/+21
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-291-2/+11
* [SPARK-17271][SQL] Planner adds un-necessary Sort even if child ordering is s...Tejas Patil2016-08-281-1/+39
* [SPARK-15382][SQL] Fix a bug in sampling with replacementTakeshi YAMAMURO2016-08-271-0/+7
* [SPARK-17235][SQL] Support purging of old logs in MetadataLogpetermaxlee2016-08-261-4/+23
* [SPARK-17165][SQL] FileStreamSource should not track the list of seen files i...petermaxlee2016-08-262-3/+113
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-261-5/+12
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-261-2/+14
* [SPARK-17187][SQL] Supports using arbitrary Java object as internal aggregati...Sean Zhong2016-08-251-0/+300
* [SPARK-16991][SPARK-17099][SPARK-17120][SQL] Fix Outer Join Elimination when ...gatorsmile2016-08-251-0/+8
* [SPARK-12978][SQL] Skip unnecessary final group-by when input data already cl...Takeshi YAMAMURO2016-08-252-22/+52
* [SPARK-16216][SQL] Read/write timestamps and dates in ISO 8601 and dateFormat...hyukjinkwon2016-08-245-15/+236
* [SPARK-17188][SQL] Moves class QuantileSummaries to project catalyst for impl...Sean Zhong2016-08-231-129/+0
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-221-3/+3
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-221-0/+53
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-213-97/+24
* [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and all...petermaxlee2016-08-211-0/+10
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-192-16/+10
* [SPARK-16391][SQL] Support partial aggregation for reduceGroupsReynold Xin2016-08-181-0/+73
* [SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGroupedDatas...Liang-Chi Hsieh2016-08-181-0/+13
* [SPARK-17096][SQL][STREAMING] Improve exception string reported through the S...Tathagata Das2016-08-171-7/+6
* [SPARK-17102][SQL] bypass UserDefinedGenerator for json format checkWenchen Fan2016-08-171-1/+2
* [SPARK-17106] [SQL] Simplify the SubqueryExpression interfaceHerman van Hovell2016-08-172-3/+2
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-08-171-0/+40
* [SPARK-16916][SQL] serde/storage properties should not have limitationsWenchen Fan2016-08-151-7/+0
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-151-18/+0
* [SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.app.name" ...Sean Owen2016-08-131-0/+1
* [SPARK-16968] Add additional options in jdbc when creating a new tableGraceH2016-08-131-0/+12
* [SPARK-16975][SQL] Column-partition path starting '_' should be handled corre...Dongjoon Hyun2016-08-121-0/+9
* [SPARK-16434][SQL] Avoid per-record type dispatch in JSON when readinghyukjinkwon2016-08-121-3/+8
* [SPARK-17018][SQL] literals.sql for testing literal parsingpetermaxlee2016-08-111-4/+10
* [SPARK-17015][SQL] group-by/order-by ordinal and arithmetic testspetermaxlee2016-08-111-220/+0
* [SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuitepetermaxlee2016-08-102-56/+35
* [SPARK-17007][SQL] Move test data files into a test-data folderpetermaxlee2016-08-106-33/+34
* [SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQueryTestSu...petermaxlee2016-08-102-65/+27
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-101-67/+98
* [SPARK-15899][SQL] Fix the construction of the file path with hadoop Pathavulanov2016-08-102-25/+32
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-102-36/+215
* [SPARK-16324][SQL] regexp_extract should doc that it returns empty string whe...Sean Owen2016-08-101-0/+4
* [SPARK-16185][SQL] Better Error Messages When Creating Table As Select Withou...gatorsmile2016-08-101-0/+28
* [SPARK-10601][SQL] Support `MINUS` set operatorDongjoon Hyun2016-08-101-0/+10
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-092-0/+57
* [SPARK-16940][SQL] `checkAnswer` should raise `TestFailedException` for wrong...Dongjoon Hyun2016-08-091-1/+9
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-085-9/+0