aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17703][SQL] Add unnamed version of addReferenceObj for minor objects.Takuya UESHIN2016-09-303-4/+28
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-291-1/+12
* [SPARK-17653][SQL] Remove unnecessary distincts in multiple unionsLiang-Chi Hsieh2016-09-293-30/+89
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-297-2/+727
* [SPARK-17712][SQL] Fix invalid pushdown of data-independent filters beneath a...Josh Rosen2016-09-282-1/+18
* [SPARK-17641][SQL] Collect_list/Collect_set should not collect null values.Herman van Hovell2016-09-281-1/+6
* [SPARK-17618] Guard against invalid comparisons between UnsafeRow and other f...Josh Rosen2016-09-271-1/+6
* [SPARK-17682][SQL] Mark children as final for unary, binary, leaf expressions...Reynold Xin2016-09-274-11/+6
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-276-220/+504
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-252-29/+15
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-222-9/+103
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-222-50/+50
* [SPARK-17494][SQL] changePrecision() on compact decimal should respect roundi...Davies Liu2016-09-212-4/+39
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-213-5/+4
* [SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect result on d...Sean Zhong2016-09-212-1/+16
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-203-39/+36
* [SPARK-17160] Properly escape field names in code-generated error messagesJosh Rosen2016-09-193-8/+29
* [SPARK-17100] [SQL] fix Python udf in filter on top of outer joinDavies Liu2016-09-191-1/+3
* [SPARK-17506][SQL] Improve the check double values equality rule.jiangxingbo2016-09-182-7/+30
* [SPARK-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-182-23/+33
* [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size ...hyukjinkwon2016-09-174-26/+18
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-09-161-6/+12
* [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid OOM when converting un...Sean Zhong2016-09-162-179/+333
* [SPARK-17458][SQL] Alias specified for aggregates in a pivot are not honoredAndrew Ray2016-09-151-1/+9
* [SPARK-17364][SQL] Antlr lexer wrongly treats full qualified identifier as a ...Sean Zhong2016-09-153-9/+63
* [SPARK-17429][SQL] use ImplicitCastInputTypes with function Length岑玉海2016-09-151-1/+1
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-152-3/+18
* [SPARK-17524][TESTS] Use specified spark.buffer.pageSizeAdam Roberts2016-09-151-2/+4
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-148-26/+91
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-142-5/+7
* [SPARK-17530][SQL] Add Statistics into DESCRIBE FORMATTEDgatorsmile2016-09-142-8/+9
* [SPARK-17142][SQL] Complex query triggers binding error in HashAggregateExecjiangxingbo2016-09-132-8/+39
* [SPARK-17439][SQL] Fixing compression issues with approximate quantiles and a...Timothy Hunter2016-09-112-6/+39
* [SPARK-17405] RowBasedKeyValueBatch should use default page size to prevent OOMsEric Liang2016-09-081-8/+7
* [MINOR][SQL] Fixing the typo in unit testSrinivasa Reddy Vundela2016-09-071-2/+2
* [SPARK-17427][SQL] function SIZE should return -1 when parameter is nullDaoyuan Wang2016-09-072-8/+20
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-074-13/+13
* [SPARK-17296][SQL] Simplify parser join processing.Herman van Hovell2016-09-074-58/+102
* [SPARK-17356][SQL] Fix out of memory issue when generating JSON for TreeNodeSean Zhong2016-09-061-1/+3
* [SPARK-17361][SQL] file-based external table without path should not be createdWenchen Fan2016-09-061-2/+2
* [SPARK-17279][SQL] better error message for exceptions during ScalaUDF executionWenchen Fan2016-09-062-14/+78
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-052-2/+17
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-052-33/+10
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-043-11/+12
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-043-8/+44
* [SPARK-17335][SQL] Fix ArrayType and MapType CatalogString.Herman van Hovell2016-09-033-0/+34
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-0316-53/+169
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-023-28/+26
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-011-4/+4
* [SPARK-16732][SQL] Remove unused codes in subexpressionEliminationForWholeSta...Yucai Yu2016-09-011-4/+0