aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Discover issuesmacrosJakob Odersky2016-09-233-5/+34
* now it really compilesJakob Odersky2016-09-211-26/+36
* It compiles!Jakob Odersky2016-09-212-8/+72
* Reimplement generic reflection methodsJakob Odersky2016-09-211-29/+23
* Move reflection functions to traitJakob Odersky2016-09-211-119/+127
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-214-5/+29
* [SPARK-17583][SQL] Remove uesless rowSeparator variable and set auto-expandin...hyukjinkwon2016-09-215-10/+6
* [SPARK-17219][ML] Add NaN value handling in BucketizerVinceShieh2016-09-211-1/+3
* [SPARK-17599] Prevent ListingFileCatalog from failing if path doesn't existBurak Yavuz2016-09-212-2/+21
* [SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect result on d...Sean Zhong2016-09-212-1/+16
* [CORE][DOC] Fix errors in commentswm624@hotmail.com2016-09-211-1/+1
* [SPARK-15698][SQL][STREAMING][FOLLW-UP] Fix FileStream source and sink log ge...jerryshao2016-09-203-11/+13
* [SPARK-17513][SQL] Make StreamExecution garbage-collect its metadatapetermaxlee2016-09-203-0/+32
* [SPARK-17549][SQL] Revert "[] Only collect table size stat in driver for cach...Yin Huai2016-09-202-20/+18
* [SPARK-15698][SQL][STREAMING] Add the ability to remove the old MetadataLog i...jerryshao2016-09-209-222/+550
* [SPARK-17051][SQL] we should use hadoopConf in InsertIntoHiveTableWenchen Fan2016-09-202-10/+31
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-2011-156/+164
* Revert "[SPARK-17513][SQL] Make StreamExecution garbage-collect its metadata"Wenchen Fan2016-09-203-32/+0
* [SPARK-17513][SQL] Make StreamExecution garbage-collect its metadatapetermaxlee2016-09-193-0/+32
* [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-16439] [SQL] bring back the separator in SQL UIDavies Liu2016-09-191-2/+2
* [SPARK-17297][DOCS] Clarify window/slide duration as absolute time, not relat...Sean Owen2016-09-191-4/+11
* [SPARK-17571][SQL] AssertOnQuery.condition should always return Boolean valuepetermaxlee2016-09-183-4/+10
* [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properlyLiwei Lin2016-09-185-81/+89
* [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-1810-46/+170
* [SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hivegatorsmile2016-09-186-3/+67
* [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size ...hyukjinkwon2016-09-179-33/+31
* [SPARK-17529][CORE] Implement BitSet.clearUntil and use it during merge joinsDavid Navas2016-09-171-2/+2
* Correct fetchsize property name in docsDaniel Darabos2016-09-171-3/+3
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-09-163-24/+32
* [SPARK-17561][DOCS] DataFrameWriter documentation formatting problemsSean Owen2016-09-163-29/+53
* [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid OOM when converting un...Sean Zhong2016-09-163-315/+333
* [SPARK-17458][SQL] Alias specified for aggregates in a pivot are not honoredAndrew Ray2016-09-152-1/+20
* [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-152-5/+7
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-154-3/+86
* [SPARK-17536][SQL] Minor performance improvement to JDBC batch insertsJohn Muller2016-09-151-1/+1
* [SPARK-17524][TESTS] Use specified spark.buffer.pageSizeAdam Roberts2016-09-151-2/+4
* [SPARK-17440][SPARK-17441] Fixed Multiple Bugs in ALTER TABLEgatorsmile2016-09-154-59/+120
* [SPARK-17463][CORE] Make CollectionAccumulator and SetAccumulator's value can...Shixiong Zhu2016-09-141-9/+15
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-1443-65/+558
* [MINOR][SQL] Add missing functions for some options in SQLConf and use them w...hyukjinkwon2016-09-1512-31/+49
* [SPARK-17514] df.take(1) and df.limit(1).collect() should perform the same in...Josh Rosen2016-09-142-14/+7
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-1413-42/+49
* [SPARK-17445][DOCS] Reference an ASF page as the main place to find third-par...Sean Owen2016-09-143-12/+10
* [SPARK-17480][SQL] Improve performance by removing or caching List.length whi...Ergin Seyfe2016-09-143-10/+9
* [SPARK-17530][SQL] Add Statistics into DESCRIBE FORMATTEDgatorsmile2016-09-143-8/+10
* [SPARK-17531] Don't initialize Hive Listeners for the Execution ClientBurak Yavuz2016-09-132-0/+43