aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13499] [SQL] Performance improvements for parquet reader.Nong Li2016-02-263-54/+59
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-267-91/+295
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2710-32/+12
* [SPARK-13503][SQL] Support to specify the (writing) option for compression co...hyukjinkwon2016-02-255-27/+57
* [SPARK-13487][SQL] User-facing RuntimeConfig interfaceReynold Xin2016-02-254-1/+261
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-02-251-0/+5
* [SPARK-13361][SQL] Add benchmark codes for Encoder#compress() in CompressionS...Takeshi YAMAMURO2016-02-251-89/+193
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-252-2/+6
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2512-15/+53
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2512-53/+15
* [SPARK-13473][SQL] Don't push predicate through project with nondeterministic...Cheng Lian2016-02-252-25/+11
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-2585-97/+200
* [SPARK-13376] [SPARK-13476] [SQL] improve column pruningDavies Liu2016-02-257-166/+215
* [SPARK-13479][SQL][PYTHON] Added Python API for approxQuantileJoseph K. Bradley2016-02-241-0/+10
* [SPARK-13092][SQL] Add ExpressionSet for constraint trackingMichael Armbrust2016-02-247-45/+285
* [SPARK-13250] [SQL] Update PhysicallRDD to convert to UnsafeRow if using the ...Nong Li2016-02-246-70/+127
* [SPARK-13383][SQL] Fix testYin Huai2016-02-241-2/+1
* [SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR build...Yin Huai2016-02-241-2/+0
* [HOT][TEST] Disable a Test that Requires Nested Union Support.gatorsmile2016-02-241-1/+1
* [SPARK-13467] [PYSPARK] abstract python function to simplify pyspark codeWenchen Fan2016-02-244-33/+11
* Revert "[SPARK-13321][SQL] Support nested UNION in parser"Reynold Xin2016-02-242-84/+0
* Revert "Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning""Reynold Xin2016-02-243-9/+42
* Revert "[SPARK-13376] [SQL] improve column pruning"Reynold Xin2016-02-244-187/+156
* Revert "[SPARK-13383][SQL] Keep broadcast hint after column pruning"Reynold Xin2016-02-243-42/+9
* [SPARK-13383][SQL] Keep broadcast hint after column pruningLiang-Chi Hsieh2016-02-243-9/+42
* [SPARK-13431] [SQL] [test-maven] split keywords from ExpressionParser.gDavies Liu2016-02-233-196/+245
* [SPARK-13376] [SQL] improve column pruningDavies Liu2016-02-234-156/+187
* [SPARK-6761][SQL][ML] Fixes to API and documentation of approximate quantilesTimothy Hunter2016-02-234-120/+150
* [SPARK-13373] [SQL] generate sort merge joinDavies Liu2016-02-2310-52/+359
* [SPARK-13329] [SQL] considering output for statistics of logical planDavies Liu2016-02-2310-54/+98
* [SPARK-13440][SQL] ObjectType should accept any ObjectType, If should not car...Michael Armbrust2016-02-236-8/+43
* [SPARK-13263][SQL] SQL Generation Support for Tablesamplegatorsmile2016-02-238-36/+103
* [SPARK-6761][SQL] Approximate quantile for DataFrameTimothy Hunter2016-02-224-0/+508
* [SPARK-13236] SQL Generation for Set Operationsgatorsmile2016-02-232-5/+33
* [SPARK-12723][SQL] Comprehensive Verification and Fixing of SQL Generation Su...gatorsmile2016-02-228-30/+306
* [SPARK-11624][SPARK-11972][SQL] fix commands that need hive to execDaoyuan Wang2016-02-224-24/+48
* [SPARK-13422][SQL] Use HashedRelation instead of HashSet in Left Semi JoinsXiu Guo2016-02-223-81/+14
* [SPARK-12546][SQL] Change default number of open parquet filesMichael Armbrust2016-02-221-1/+1
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-229-14/+14
* [HOTFIX] Fix compilation breakReynold Xin2016-02-211-3/+2
* [SPARK-13381][SQL] Support for loading CSV with a single function callhyukjinkwon2016-02-213-3/+23
* [SPARK-13321][SQL] Support nested UNION in parserLiang-Chi Hsieh2016-02-212-0/+84
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-213-1/+32
* [SPARK-13271][SQL] Better error message if 'path' is not specifiedShixiong Zhu2016-02-213-6/+13
* [SPARK-13405][STREAMING][TESTS] Make sure no messages leak to the next testShixiong Zhu2016-02-211-0/+2
* [SPARK-13080][SQL] Implement new Catalog API using HiveAndrew Or2016-02-2121-700/+1483
* [SPARK-13137][SQL] NullPoingException in schema inference for CSV when the fi...hyukjinkwon2016-02-213-8/+8
* [SPARK-13136][SQL] Create a dedicated Broadcast exchange operatorHerman van Hovell2016-02-2127-433/+658
* [SPARK-13306][SQL] Addendum to uncorrelated scalar subqueryReynold Xin2016-02-216-70/+61
* [SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAliasReynold Xin2016-02-2130-83/+83