aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SQL] remove a decimal case branch that has no effect at runtimeXiangrui Meng2014-11-101-1/+0
* [SPARK-4319][SQL] Enable an ignored test "null count".Takuya UESHIN2014-11-102-9/+9
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-091-0/+1
* [SPARK-4213][SQL] ParquetFilters - No support for LT, LTE, GT, GTE operatorsKousuke Saruta2014-11-072-11/+364
* [SPARK-4262][SQL] add .schemaRDD to JavaSchemaRDDXiangrui Meng2014-11-051-0/+3
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-6/+4
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-034-1/+71
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-031-5/+13
* [SQL] More aggressive defaultsMichael Armbrust2014-11-032-8/+8
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-031-4/+13
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-031-0/+5
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-0218-76/+413
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-023-0/+46
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-023-9/+20
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-021-42/+27
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-026-19/+82
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-0220-27/+1053
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0125-87/+350
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-0112-36/+180
* [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL a...ravipesala2014-10-311-0/+5
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-301-1/+0
* [SPARK-3968][SQL] Use parquet-mr filter2 apiYash Datta2014-10-304-178/+307
* [SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,...ravipesala2014-10-301-0/+10
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-301-0/+1
* [SPARK-4003] [SQL] add 3 types for java SQL contextDaoyuan Wang2014-10-293-5/+59
* [SPARK-4133] [SQL] [PySpark] type conversionfor python udfDavies Liu2014-10-283-87/+89
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-282-2/+21
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-286-15/+37
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-281-0/+16
* [SQL] Correct a variable name in JavaApplySchemaSuite.applySchemaToJSONYin Huai2014-10-271-1/+1
* [SQL] Fixes caching related JoinSuite failureCheng Lian2014-10-272-57/+64
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-262-7/+135
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-261-0/+6
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-263-20/+58
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-261-1/+1
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-269-145/+221
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-251-1/+1
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-241-1/+0
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-243-9/+41
* [SPARK-3969][SQL] Optimizer should have a super class as an interface.Takuya UESHIN2014-10-201-2/+2
* [SPARK-3800][SQL] Clean aliases from grouping expressionsMichael Armbrust2014-10-201-0/+17
* [SPARK-3906][SQL] Adds multiple join support for SQLContextCheng Lian2014-10-201-0/+11
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-181-1/+2
* [SPARK-3855][SQL] Preserve the result attribute of python UDFs though transfo...Michael Armbrust2014-10-172-3/+11
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-161-2/+2
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-132-0/+118
* [SPARK-3771][SQL] AppendingParquetOutputFormat should use reflection to preve...Takuya UESHIN2014-10-131-1/+9
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-131-0/+26