aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7484][SQL]Support jdbc connection propertiesVenkata Ramana Gollamudi2015-05-123-20/+126
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-121-1/+3
* [DataFrame][minor] support column in field accessorWenchen Fan2015-05-121-1/+1
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-1311-217/+1309
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-111-6/+6
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-111-2/+36
* Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.Reynold Xin2015-05-111-6/+6
* [SPARK-7462][SQL] Update documentation for retaining grouping columns in Data...Reynold Xin2015-05-111-2/+12
* [SPARK-7084] improve saveAsTable documentationmadhukar2015-05-111-0/+18
* Update Documentation: leftsemi instead of semijoinLCY Vincent2015-05-111-1/+1
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-114-15/+19
* [SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC connectorOleg Sidorkin2015-05-101-1/+1
* [SPARK-7375] [SQL] Avoid row copying in exchange when sort.serializeMapOutput...Josh Rosen2015-05-081-56/+100
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-081-0/+16
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-0824-41/+52
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-082-4/+13
* [SPARK-7390] [SQL] Only merge other CovarianceCounter when its count is great...Liang-Chi Hsieh2015-05-081-10/+12
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-081-3/+16
* [SPARK-6986] [SQL] Use Serializer2 in more cases.Yin Huai2015-05-072-43/+54
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-074-10/+22
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-071-4/+5
* [SPARK-7277] [SQL] Throw exception if the property mapred.reduce.tasks is set...Liang-Chi Hsieh2015-05-071-2/+8
* [SPARK-7116] [SQL] [PYSPARK] Remove cache() causing memory leakksonj2015-05-071-4/+3
* [SPARK-7330] [SQL] avoid NPE at jdbc rddDaoyuan Wang2015-05-071-1/+7
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-072-0/+39
* [SPARK-5938] [SPARK-5443] [SQL] Improve JsonRDD performanceNathan Howell2015-05-069-86/+604
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-061-0/+5
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-062-0/+482
* [SPARK-5456] [SQL] fix decimal compare for jdbc rddDaoyuan Wang2015-05-061-1/+7
* [SQL] JavaDoc update for various DataFrame functions.Reynold Xin2015-05-064-21/+32
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-052-383/+485
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-052-4/+41
* [SPARK-7294][SQL] ADD BETWEEN云峤2015-05-051-0/+9
* [SPARK-7243][SQL] Reduce size for Contingency Tables in DataFramesBurak Yavuz2015-05-052-7/+8
* [SPARK-7243][SQL] Contingency Tables for DataFramesBurak Yavuz2015-05-042-13/+61
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-041-6/+22
* [SPARK-5100] [SQL] add webui for thriftservertianyi2015-05-041-0/+2
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-032-20/+64
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-022-14/+68
* [SPARK-7242] added python api for freqItems in DataFramesBurak Yavuz2015-05-011-3/+6
* [SPARK-6999] [SQL] Remove the infinite recursive method (useless)Cheng Hao2015-05-011-14/+0
* [SPARK-7312][SQL] SPARK-6913 broke jdk6 buildYin Huai2015-05-011-2/+4
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-012-1/+91
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-1/+40
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-301-9/+29
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-302-3/+29
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-302-71/+17
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-302-17/+71
* [SPARK-6913][SQL] Fixed "java.sql.SQLException: No suitable driver found"Vyacheslav Baranov2015-04-303-4/+62
* [SPARK-7093] [SQL] Using newPredicate in NestedLoopJoin to enable code genera...scwf2015-04-302-8/+2