aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-162-11/+28
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-162-27/+44
* [SPARK-3308][SQL] Ability to read JSON Arrays as tablesYin Huai2014-09-163-3/+31
* [SPARK-3527] [SQL] Strip the string messageCheng Hao2014-09-161-1/+1
* SPARK-3039: Allow spark to be built using avro-mapred for hadoop2Bertrand Bossy2014-09-141-0/+9
* [SQL] Decrease partitions when testingMichael Armbrust2014-09-133-107/+51
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-1324-292/+554
* [SPARK-3481][SQL] Removes the evil MINOR HACKCheng Lian2014-09-131-3/+3
* [SPARK-3515][SQL] Moves test suite setup code to beforeAll rather than in con...Cheng Lian2014-09-121-29/+24
* [SPARK-3481] [SQL] Eliminate the error log in local Hive comparison testCheng Hao2014-09-121-9/+8
* SPARK-3462 push down filters and projections into UnionsCody Koeninger2014-09-112-0/+110
* [SPARK-3390][SQL] sqlContext.jsonRDD fails on a complex structure of JSON arr...Yin Huai2014-09-113-29/+96
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-118-17/+104
* [SPARK-2781][SQL] Check resolution of LogicalPlans in Analyzer.Aaron Staple2014-09-108-20/+107
* [SPARK-3447][SQL] Remove explicit conversion with JListWrapper to avoid NPEMichael Armbrust2014-09-101-3/+1
* [SQL] Add test case with workaround for reading partitioned Avro filesMichael Armbrust2014-09-103-1/+78
* [SPARK-2096][SQL] Correctly parse dot notationsWenchen Fan2014-09-106-90/+88
* [SPARK-3363][SQL] Type Coercion should promote null to all other types.Daoyuan Wang2014-09-103-54/+67
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-1012-2/+19
* [SPARK-3395] [SQL] DSL sometimes incorrectly reuses attribute ids, breaking q...Eric Liang2014-09-092-1/+16
* [SPARK-3448][SQL] Check for null in SpecificMutableRow.updateCheng Lian2014-09-092-2/+10
* [SPARK-3176] Implement 'ABS and 'LAST' for sqlxinyunh2014-09-095-2/+69
* [SPARK-3455] [SQL] **HOT FIX** Fix the unit test failureCheng Hao2014-09-091-0/+2
* [SPARK-3329][SQL] Don't depend on Hive SET pair ordering in tests.William Benton2014-09-081-21/+26
* [SPARK-3414][SQL] Stores analyzed logical plan when registering a temp tableCheng Lian2014-09-082-5/+24
* SPARK-3423: [SQL] Implement BETWEEN for SQLParserWilliam Benton2014-09-082-0/+22
* [SPARK-3349][SQL] Output partitioning of limit should not be inherited from c...Eric Liang2014-09-082-1/+20
* [SPARK-3408] Fixed Limit operator so it works with sort-based shuffle.Reynold Xin2014-09-071-5/+14
* [SQL] Update SQL Programming GuideMichael Armbrust2014-09-076-6/+8
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-064-4/+4
* [SPARK-3409][SQL] Avoid pulling in Exchange operator itself in Exchange's clo...Reynold Xin2014-09-061-22/+21
* [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce....Cheng Hao2014-09-041-4/+12
* [SPARK-2219][SQL] Added support for the "add jar" commandCheng Lian2014-09-044-8/+46
* [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conv...Liang-Chi Hsieh2014-09-041-1/+1
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-042-2/+2
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-032-1/+5
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-0317-359/+446
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-036-94/+48
* [SPARK-3300][SQL] No need to call clear() and shorten build()Liang-Chi Hsieh2014-09-021-3/+1
* [SQL] Renamed ColumnStat to ColumnMetrics to avoid confusion between ColumnStatsCheng Lian2014-09-021-5/+5
* [SPARK-3341][SQL] The dataType of Sqrt expression should be DoubleType.Takuya UESHIN2014-09-021-1/+1
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-3/+1
* [SPARK-3320][SQL] Made batched in-memory column buffer building work for Sche...Cheng Lian2014-08-293-34/+39
* [SPARK-3173][SQL] Timestamp support in the parserZdenek Farana2014-08-293-2/+54
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-293-1/+4
* [SPARK-3269][SQL] Decreases initial buffer size for row set to prevent OOMCheng Lian2014-08-291-2/+3
* [SQL] Turns on in-memory columnar compression in HiveCompatibilitySuiteCheng Lian2014-08-291-7/+10
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-298-42/+40
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-296-0/+46
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-284-12/+30