aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2927][SQL] Add a conf to configure if we always read Binary columns st...Yin Huai2014-08-145-22/+87
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-141-1/+2
* [SPARK-2986] [SQL] fixed: setting properties does not effectguowei2014-08-131-2/+2
* [SPARK-2970] [SQL] spark-sql script ends with IOException when EventLogging i...Kousuke Saruta2014-08-131-2/+8
* [SPARK-2935][SQL]Fix parquet predicate push down bugMichael Armbrust2014-08-133-3/+10
* [SPARK-2650][SQL] More precise initial buffer size estimation for in-memory c...Cheng Lian2014-08-131-5/+6
* [SPARK-2994][SQL] Support for udfs that take complex typesMichael Armbrust2014-08-132-18/+37
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-1337-0/+199
* [SPARK-3004][SQL] Added null checking when retrieving row setCheng Lian2014-08-133-33/+96
* [SQL] [SPARK-2826] Reduce the memory copy while building the hashmap for Hash...Cheng Hao2014-08-111-26/+28
* [SPARK-2650][SQL] Build column buffers in smaller batchesMichael Armbrust2014-08-117-36/+70
* [SPARK-2968][SQL] Fix nullabilities of Explode.Takuya UESHIN2014-08-111-4/+4
* [SPARK-2965][SQL] Fix HashOuterJoin output nullabilities.Takuya UESHIN2014-08-111-1/+12
* [SQL] A tiny refactoring in HiveContext#analyzeYin Huai2014-08-111-5/+3
* [sql]use SparkSQLEnv.stop() in ShutdownHookwangfei2014-08-111-1/+1
* [SPARK-2590][SQL] Added option to handle incremental collection, disabled by ...Cheng Lian2014-08-111-1/+10
* Updated Spark SQL README to include the hive-thriftserver moduleReynold Xin2014-08-091-1/+2
* [SPARK-2700] [SQL] Hidden files (such as .impala_insert_staging) should be fi...chutium2014-08-081-2/+3
* [SPARK-2919] [SQL] Basic support for analyze command in HiveQlYin Huai2014-08-084-5/+89
* [SPARK-2877] [SQL] MetastoreRelation should use SparkClassLoader when creatin...Yin Huai2014-08-081-3/+5
* [SPARK-2908] [SQL] JsonRDD.nullTypeToStringType does not convert all NullType...Yin Huai2014-08-083-5/+12
* [SPARK-2888] [SQL] Fix addColumnMetadataToConf in HiveTableScanYin Huai2014-08-081-11/+6
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-063-20/+23
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-061-11/+16
* [SQL] Fix logging warn -> debugMichael Armbrust2014-08-051-2/+2
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-056-66/+62
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-053-7/+116
* [SPARK-2854][SQL] Finalize _acceptable_types in pyspark.sqlYin Huai2014-08-051-0/+3
* [SPARK-2650][SQL] Try to partially fix SPARK-2650 by adjusting initial buffer...Cheng Lian2014-08-055-30/+20
* [sql] rename project name in pom.xml of hive-thriftserver modulewangfei2014-08-051-1/+1
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-053-24/+36
* [SPARK-2783][SQL] Basic support for analyze in HiveContextYin Huai2014-08-033-2/+136
* [SPARK-2814][SQL] HiveThriftServer2 throws NPE when executing native commandsCheng Lian2014-08-031-4/+3
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-0317-106/+168
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-0219-75/+78
* [SPARK-2729][SQL] Added test case for SPARK-2729Cheng Lian2014-08-022-2/+22
* [SPARK-2785][SQL] Remove assertions that throw when users try unsupported Hiv...Michael Armbrust2014-08-021-4/+9
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-0237-18/+1823
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-0229-79/+76
* [SQL] Set outputPartitioning of BroadcastHashJoin correctly.Yin Huai2014-08-021-2/+1
* [SPARK-1812] sql/catalyst - Provide explicit type informationAnand Avati2014-08-021-1/+1
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-0129-76/+79
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-0129-79/+76
* [SPARK-2212][SQL] Hash Outer Join (follow-up bug fix).Yin Huai2014-08-013-2/+114
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-012-77/+28
* [SPARK-2767] [SQL] SparkSQL CLI doens't output error message if query failed.Cheng Hao2014-08-013-6/+8
* [SPARK-2729] [SQL] Forgot to match Timestamp type in ColumnBuilderchutium2014-08-013-2/+3
* [SQL][SPARK-2212]Hash Outer JoinCheng Hao2014-08-013-6/+319
* [SPARK-2179][SQL] A minor refactoring Java data type APIs (2179 follow-up).Yin Huai2014-08-0124-118/+108
* SPARK-2766: ScalaReflectionSuite throw an llegalArgumentException in JDK 6GuoQiang Li2014-07-311-1/+1