aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-264-72/+175
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-255-4/+129
* [SPARK-17643] Remove comparable requirement from OffsetMichael Armbrust2016-09-235-94/+9
* [SPARK-17640][SQL] Avoid using -1 as the default batchId for FileStreamSource...Shixiong Zhu2016-09-222-30/+31
* [SPARK-17635][SQL] Remove hardcode "agg_plan" in HashAggregateExecYucai Yu2016-09-221-1/+1
* [SPARK-17569][SPARK-17569][TEST] Make the unit test added for work againBurak Yavuz2016-09-221-1/+1
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-221-0/+8
* [SPARK-17613] S3A base paths with no '/' at the end return empty DataFramesBurak Yavuz2016-09-222-2/+53
* [SQL][MINOR] correct the comment of SortBasedAggregationIterator.safeProjWenchen Fan2016-09-221-2/+9
* [SPARK-17625][SQL] set expectedOutputAttributes when converting SimpleCatalog...Zhenhua Wang2016-09-222-4/+20
* [SPARK-17492][SQL] Fix Reading Cataloged Data Sources without Extending Schem...gatorsmile2016-09-224-24/+102
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-225-62/+28
* [SPARK-17627] Mark Streaming Providers ExperimentalMichael Armbrust2016-09-211-0/+4
* [SPARK-17569] Make StructuredStreaming FileStreamSource batch generation fasterBurak Yavuz2016-09-213-4/+62
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-211-0/+25
* [SPARK-17583][SQL] Remove uesless rowSeparator variable and set auto-expandin...hyukjinkwon2016-09-214-9/+5
* [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
* [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-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-205-85/+74
* 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-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-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-186-12/+125
* [SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hivegatorsmile2016-09-184-2/+15
* [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size ...hyukjinkwon2016-09-171-1/+1
* [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-162-18/+20
* [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-161-136/+0
* [SPARK-17458][SQL] Alias specified for aggregates in a pivot are not honoredAndrew Ray2016-09-151-0/+11
* [SPARK-17429][SQL] use ImplicitCastInputTypes with function Length岑玉海2016-09-151-4/+6
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-152-0/+68
* [SPARK-17536][SQL] Minor performance improvement to JDBC batch insertsJohn Muller2016-09-151-1/+1
* [SPARK-17440][SPARK-17441] Fixed Multiple Bugs in ALTER TABLEgatorsmile2016-09-153-29/+83
* [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-145-12/+398
* [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-149-33/+38
* [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-142-8/+5