aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-232-2/+10
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-237-37/+175
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-2314-58/+572
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-233-19/+100
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-233-37/+45
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-224-4/+56
* [SPARK-15615][SQL] Add an API to load DataFrame from Dataset[String] storing ...pj.fanning2017-02-221-2/+18
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-2210-32/+74
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-225-32/+54
* [SPARK-13721][SQL] Make GeneratorOuter unresolved.Bogdan Raducanu2017-02-222-2/+8
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-214-21/+101
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-202-17/+18
* [SPARK-19669][HOTFIX][SQL] sessionState access privileges compiled failed in ...windpiger2017-02-201-1/+1
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-202-7/+26
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137
* [SPARK-19563][SQL] avoid unnecessary sort in FileFormatWriterWenchen Fan2017-02-191-99/+90
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-1912-75/+51
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-198-226/+108
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-191-4/+4
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-186-155/+125
* [SPARK-19617][SS] Fix the race condition when starting and stopping a query q...Shixiong Zhu2017-02-177-106/+63
* [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMapDavies Liu2017-02-171-0/+40
* [SPARK-18120][SPARK-19557][SQL] Call QueryExecutionListener callback methods ...Wenchen Fan2017-02-163-16/+142
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-1611-218/+679
* [SPARK-19436][SQL] Add missing tests for approxQuantileZheng RuiFeng2017-02-163-23/+88
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-02-161-5/+3
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-1611-45/+73
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 3rd batchKevin Yu2017-02-166-0/+1297
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-154-19/+25
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 4th batchKevin Yu2017-02-156-0/+2114
* [SPARK-19603][SS] Fix StreamingQuery explain commandShixiong Zhu2017-02-153-11/+52
* [SPARK-19599][SS] Clean up HDFSMetadataLogShixiong Zhu2017-02-152-24/+19
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-1518-99/+312
* [SPARK-19329][SQL] Reading from or writing to a datasource table with a non p...windpiger2017-02-152-1/+121
* [SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionIdDongjoon Hyun2017-02-151-0/+2
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-155-302/+302
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-152-2/+18
* [SPARK-16475][SQL] broadcast hint for SQL queries - disallow space as the del...Liang-Chi Hsieh2017-02-152-3/+8
* [SPARK-18872][SQL][TESTS] New test cases for EXISTS subquery (Joins + CTE)Dilip Biswal2017-02-154-0/+933
* [SPARK-18873][SQL][TEST] New test cases for scalar subquery (part 2 of 2) - s...Nattavut Sutyanyong2017-02-154-66/+701
* [SPARK-18871][SQL][TESTS] New test cases for IN/NOT IN subquery 2nd batchKevin Yu2017-02-158-114/+1023
* [SPARK-17076][SQL] Cardinality estimation for join based on basic column stat...Zhenhua Wang2017-02-157-24/+801
* [SPARK-19587][SQL] bucket sorting columns should not be picked from partition...Wenchen Fan2017-02-153-48/+25
* [SPARK-16475][SQL] broadcast hint for SQL queries - follow upReynold Xin2017-02-153-20/+18
* [SPARK-19607] Finding QueryExecution that matches provided executionIdAla Luszczak2017-02-152-0/+41
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-1413-34/+110
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-1410-4/+340
* [SPARK-19589][SQL] Removal of SQLGEN filesXiao Li2017-02-14126-654/+0
* [SPARK-19539][SQL] Block duplicate temp table during creationXin Wu2017-02-1310-137/+160
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-135-37/+159