aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7969] [SQL] Added a DataFrame.drop function that accepts a Column refe...Mike Dusenberry2015-06-042-0/+61
* [SPARK-7558] Demarcate tests in unit-tests.log (1.4)Andrew Or2015-06-0358-138/+155
* [SPARK-8074] Parquet should throw AnalysisException during setup for data typ...Reynold Xin2015-06-032-17/+17
* [SPARK-7980] [SQL] Support SQLContext.range(end)animesh2015-06-032-0/+19
* [SPARK-7973] [SQL] Increase the timeout of two CliSuite tests.Yin Huai2015-06-031-2/+2
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-024-4/+4
* Preparing Spark release v1.4.0-rc4v1.4.0Patrick Wendell2015-06-024-4/+4
* [SQL] [TEST] [MINOR] Follow-up of PR #6493, use Guava API to ensure Java 6 fr...Cheng Lian2015-06-021-4/+5
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-06-021-6/+25
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-024-4/+4
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-024-4/+4
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-024-4/+4
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-024-4/+4
* [SPARK-8014] [SQL] Avoid premature metadata discovery when writing a HadoopFs...Cheng Lian2015-06-025-32/+67
* [SPARK-8037] [SQL] Ignores files whose name starts with dot in HadoopFsRelationCheng Lian2015-06-033-6/+26
* [HOT-FIX] Add EvaluatedType back to RDGYin Huai2015-06-021-0/+2
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-06-024-4/+4
* Preparing Spark release v1.4.0-rc4Patrick Wendell2015-06-024-4/+4
* [SPARK-8023][SQL] Add "deterministic" attribute to Expression to avoid collap...Yin Huai2015-06-026-3/+136
* [SPARK-8020] [SQL] Spark SQL conf in spark-defaults.conf make metadataHive ge...Yin Huai2015-06-021-3/+22
* [SPARK-6917] [SQL] DecimalType is not read back when non-native type existsDavies Liu2015-06-012-1/+16
* Fixed typo in the previous commit.Reynold Xin2015-06-011-1/+1
* [SPARK-7965] [SPARK-7972] [SQL] Handle expressions containing multiple window...Yin Huai2015-06-013-32/+134
* [minor doc] Add exploratory data analysis warning for DataFrame.stat.freqItem...Reynold Xin2015-06-011-0/+12
* [SPARK-8026][SQL] Add Column.alias to Scala/Java DataFrame APIReynold Xin2015-06-012-0/+18
* [SPARK-7982][SQL] DataFrame.stat.crosstab should use 0 instead of null for pa...Reynold Xin2015-06-012-5/+8
* [HOTFIX] Remove trailing whitespace to fix Scalastyle checksJosh Rosen2015-05-312-2/+2
* [SPARK-3850] Turn style checker on for trailing whitespaces.Reynold Xin2015-05-312-2/+2
* [SPARK-3850] Trim trailing spaces for SQL.Reynold Xin2015-05-3136-82/+82
* [SPARK-7975] Add style checker to disallow overriding equals covariantly.Reynold Xin2015-05-312-2/+2
* [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDDCheng Lian2015-05-301-0/+1
* [SPARK-7971] Add JavaDoc style deprecation for deprecated DataFrame methodsReynold Xin2015-05-303-12/+70
* [SQL] Tighten up visibility for JavaDoc.Reynold Xin2015-05-308-14/+32
* [SPARK-7940] Enforce whitespace checking for DO, TRY, CATCH, FINALLY, MATCH, ...Reynold Xin2015-05-292-2/+2
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-294-4/+4
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-294-4/+4
* Revert "[SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftS...Patrick Wendell2015-05-291-25/+6
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-294-4/+4
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-294-4/+4
* [SQL] [TEST] [MINOR] Uses a temporary log4j.properties in HiveThriftServer2Te...Cheng Lian2015-05-291-6/+25
* HOTFIX: Scala style checker for DataTypeSuite.scala.Reynold Xin2015-05-291-1/+1
* [SPARK-7950] [SQL] Sets spark.sql.hive.version in HiveThriftServer2.startWith...Cheng Lian2015-05-291-7/+8
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-284-4/+4
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-284-4/+4
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-289-20/+20
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-284-4/+4
* Preparing Spark release v1.4.0-rc3Patrick Wendell2015-05-284-4/+4
* [SPARK-7927] whitespace fixes for Catalyst module.Reynold Xin2015-05-2832-132/+121
* [SPARK-7927] whitespace fixes for SQL core.Reynold Xin2015-05-2837-158/+160
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-2814-39/+43