aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-152-7/+7
* [SPARK-7098][SQL] Make the WHERE clause with timestamp show consistent resultLiang-Chi Hsieh2015-05-142-1/+5
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-141-0/+60
* [SPARK-7601] [SQL] Support Insert into JDBC DatasourceVenkata Ramana Gollamudi2015-05-131-1/+36
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-133-1/+3
* [SPARK-7551][DataFrame] support backticks for DataFrame attribute resolutionWenchen Fan2015-05-131-0/+27
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-134-19/+15
* [SPARK-7321][SQL] Add Column expression for conditional statements (when/othe...Reynold Xin2015-05-121-0/+21
* [SPARK-7484][SQL]Support jdbc connection propertiesVenkata Ramana Gollamudi2015-05-121-11/+22
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-121-0/+12
* [DataFrame][minor] support column in field accessorWenchen Fan2015-05-121-0/+1
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-132-3/+4
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-111-2/+2
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-111-0/+35
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-114-153/+197
* [MINOR] [SQL] Fixes variable name typoCheng Lian2015-05-108-9/+9
* [SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC connectorOleg Sidorkin2015-05-101-0/+16
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-081-0/+5
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-082-16/+14
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-081-2/+8
* [SPARK-6986] [SQL] Use Serializer2 in more cases.Yin Huai2015-05-071-15/+15
* [SPARK-7277] [SQL] Throw exception if the property mapred.reduce.tasks is set...Liang-Chi Hsieh2015-05-071-0/+10
* [SPARK-7330] [SQL] avoid NPE at jdbc rddDaoyuan Wang2015-05-071-0/+25
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-072-2/+38
* [SPARK-5938] [SPARK-5443] [SQL] Improve JsonRDD performanceNathan Howell2015-05-062-22/+84
* [SPARK-6201] [SQL] promote string and do widen types for INDaoyuan Wang2015-05-061-0/+9
* [SPARK-5456] [SQL] fix decimal compare for jdbc rddDaoyuan Wang2015-05-061-1/+4
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-051-4/+3
* [SPARK-6231][SQL/DF] Automatically resolve join condition ambiguity for self-...Reynold Xin2015-05-052-39/+86
* [SPARK-7294][SQL] ADD BETWEEN云峤2015-05-051-0/+14
* [SPARK-7243][SQL] Contingency Tables for DataFramesBurak Yavuz2015-05-041-18/+37
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-041-0/+19
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-031-6/+27
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-05-021-0/+22
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-011-2/+16
* [SPARK-7274] [SQL] Create Column expression for array/struct creation.Reynold Xin2015-05-011-0/+84
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-0/+22
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-301-22/+0
* [SPARK-7123] [SQL] support table.star in sqlcontextscwf2015-04-301-0/+10
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-301-0/+22
* [SPARK-7280][SQL] Add "drop" column/s on a data framerakeshchalasani2015-04-301-0/+16
* [SPARK-7242][SQL][MLLIB] Frequent items for DataFramesBurak Yavuz2015-04-301-0/+47
* [SPARK-7196][SQL] Support precision and scale of decimal type for JDBCLiang-Chi Hsieh2015-04-301-0/+2
* [SQL] [Minor] Print detail query execution info when spark answer is not rightwangfei2015-04-291-5/+1
* [SPARK-7229] [SQL] SpecificMutableRow should take integer type as internal re...Cheng Hao2015-04-291-0/+9
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-291-0/+17
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-291-12/+0
* [SPARK-6352] [SQL] Custom parquet output committerPei-Lun Lee2015-04-281-0/+22
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-281-0/+11
* [SPARK-6829] Added math functions for DataFramesBurak Yavuz2015-04-272-1/+233