aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-184-4/+4
* [SPARK-4468][SQL] Fixes Parquet filter creation for inequality predicates wit...Cheng Lian2014-11-182-4/+16
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-182-2/+2
* [SQL] Support partitioned parquet tables that have the key in both the direct...Michael Armbrust2014-11-182-68/+108
* [SPARK-4453][SPARK-4213][SQL] Simplifies Parquet filter generation codeCheng Lian2014-11-175-693/+161
* [SPARK-4448] [SQL] unwrap for the ConstantObjectInspectorCheng Hao2014-11-171-4/+32
* [SPARK-4443][SQL] Fix statistics for external table in spark sql hivew002289702014-11-173-3/+12
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-174-114/+141
* [SQL] Construct the MutableRow from an ArrayCheng Hao2014-11-171-2/+4
* [SPARK-4425][SQL] Handle NaN or Infinity cast to Timestamp correctly.Takuya UESHIN2014-11-172-2/+17
* [SPARK-4420][SQL] Change nullability of Cast from DoubleType/FloatType to Dec...Takuya UESHIN2014-11-172-2/+14
* [SQL] Makes conjunction pushdown more aggressive for in-memory tableCheng Lian2014-11-172-5/+11
* [SPARK-4410][SQL] Add support for external sortMichael Armbrust2014-11-164-6/+59
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-164-142/+115
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-164-115/+142
* [SPARK-4426][SQL][Minor] The symbol of BitwiseOr is wrong, should not be '&'Kousuke Saruta2014-11-151-1/+1
* Added contains(key) to Metadatakai2014-11-142-0/+16
* [SPARK-4412][SQL] Fix Spark's control of Parquet logging.Jim Carroll2014-11-141-0/+15
* [SPARK-4365][SQL] Remove unnecessary filter call on records returned from par...Yash Datta2014-11-141-1/+1
* [SPARK-4386] Improve performance when writing Parquet files.Jim Carroll2014-11-141-6/+8
* [SPARK-4322][SQL] Enables struct fields as sub expressions of grouping fieldsCheng Lian2014-11-143-20/+34
* [SQL] Don't shuffle code generated rowsMichael Armbrust2014-11-142-2/+9
* [SQL] Minor cleanup of comments, errors and override.Michael Armbrust2014-11-143-10/+12
* [SPARK-4391][SQL] Configure parquet filters using SQLConfMichael Armbrust2014-11-145-11/+21
* [SPARK-4390][SQL] Handle NaN cast to decimal correctlyMichael Armbrust2014-11-143-1/+9
* [SPARK-4333][SQL] Correctly log number of iterations in RuleExecutorDoingDone92014-11-141-1/+2
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-142-12/+2
* [SPARK-4245][SQL] Fix containsNull of the result ArrayType of CreateArray exp...Takuya UESHIN2014-11-145-2/+106
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-1442-17/+5098
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-149-15/+32
* Support cross building for Scala 2.11Prashant Sharma2014-11-112-6/+24
* [SPARK-4274] [SQL] Fix NPE in printing the details of the query planCheng Hao2014-11-101-1/+1
* [SPARK-4149][SQL] ISO 8601 support for json date time stringsDaoyuan Wang2014-11-103-2/+40
* [SPARK-4250] [SQL] Fix bug of constant null value mapping to ConstantObjectIn...Cheng Hao2014-11-1011-86/+199
* [SQL] remove a decimal case branch that has no effect at runtimeXiangrui Meng2014-11-101-1/+0
* [SPARK-4308][SQL] Sets SQL operation state to ERROR when exception is thrownCheng Lian2014-11-103-29/+21
* [SPARK-4319][SQL] Enable an ignored test "null count".Takuya UESHIN2014-11-102-9/+9
* [SQL] support udt to hive types conversion (hive->udt is not supported)Xiangrui Meng2014-11-102-1/+9
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-092-0/+2
* [SPARK-4292][SQL] Result set iterator bug in JDBC/ODBCwangfei2014-11-073-6/+27
* [SPARK-4203][SQL] Partition directories in random order when inserting into h...Matthew Taylor2014-11-072-4/+43
* [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.Takuya UESHIN2014-11-072-1/+3
* [SPARK-4272] [SQL] Add more unwrapper functions for primitive type in TableRe...Cheng Hao2014-11-072-4/+15
* [SPARK-4213][SQL] ParquetFilters - No support for LT, LTE, GT, GTE operatorsKousuke Saruta2014-11-072-11/+364
* [SQL] Modify keyword val location according to orderingJacky Li2014-11-071-1/+1
* [SQL] Support ScalaReflection of schema in different universesMichael Armbrust2014-11-071-3/+15
* [SPARK-4225][SQL] Resorts to SparkContext.version to inspect Spark versionCheng Lian2014-11-071-7/+5
* [SPARK-4262][SQL] add .schemaRDD to JavaSchemaRDDXiangrui Meng2014-11-051-0/+3
* [SQL] Add String option for DSL ASMichael Armbrust2014-11-041-1/+2
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-6/+4