aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17660][SQL] DESC FORMATTED for VIEW Lacks View Definitiongatorsmile2016-09-272-0/+28
* [SPARK-17682][SQL] Mark children as final for unary, binary, leaf expressions...Reynold Xin2016-09-275-14/+9
* [SPARK-16516][SQL] Support for pushing down filters for decimal and timestamp...hyukjinkwon2016-09-283-9/+89
* [SPARK-16777][SQL] Do not use deprecated listType API in ParquetSchemaConverterhyukjinkwon2016-09-281-9/+17
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-279-224/+740
* [SPARK-17652] Fix confusing exception message while reserving capacitySameer Agarwal2016-09-262-9/+9
* [SPARK-17153][SQL] Should read partition data when reading new files in files...Liang-Chi Hsieh2016-09-264-3/+104
* [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-257-33/+144
* [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-223-9/+111
* [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-17425][SQL] Override sameResult in HiveTableScanExec to make ReuseExch...Yadong Qi2016-09-221-0/+15
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-229-115/+81
* [SPARK-17494][SQL] changePrecision() on compact decimal should respect roundi...Davies Liu2016-09-212-4/+39
* [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-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