aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product]Renat Yusupov2014-10-052-4/+19
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-053-31/+31
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-036-4/+117
* [SPARK-3371][SQL] Renaming a function expression with group by gives errorravipesala2014-10-011-1/+1
* [SPARK-3593][SQL] Add support for sorting BinaryTypeVenkata Ramana Gollamudi2014-10-011-1/+11
* [SPARK-3268][SQL] DoubleType, FloatType and DecimalType modulus supportVenkata Ramana Gollamudi2014-09-233-0/+40
* [SPARK-3598][SQL]cast to timestamp should be the same as hiveDaoyuan Wang2014-09-232-15/+18
* [SPARK-3414][SQL] Replace LowerCaseSchema with ResolverMichael Armbrust2014-09-206-69/+100
* [SPARK-3609][SQL] Adds sizeInBytes statistics for Limit operator when all out...Cheng Lian2014-09-202-0/+21
* [SPARK-2594][SQL] Support CACHE TABLE <name> AS SELECT ...ravipesala2014-09-192-3/+16
* [SPARK-3501] [SQL] Fix the bug of Hive SimpleUDF creates unnecessary type castCheng Hao2014-09-191-0/+1
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-161-4/+0
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-131-1/+1
* SPARK-3462 push down filters and projections into UnionsCody Koeninger2014-09-112-0/+110
* [SPARK-2917] [SQL] Avoid table creation in logical plan analyzing for CTASCheng Hao2014-09-111-1/+2
* [SPARK-2781][SQL] Check resolution of LogicalPlans in Analyzer.Aaron Staple2014-09-105-6/+49
* [SPARK-2096][SQL] Correctly parse dot notationsWenchen Fan2014-09-102-7/+12
* [SPARK-3363][SQL] Type Coercion should promote null to all other types.Daoyuan Wang2014-09-102-25/+45
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-101-2/+3
* [SPARK-3448][SQL] Check for null in SpecificMutableRow.updateCheng Lian2014-09-091-1/+3
* [SPARK-3176] Implement 'ABS and 'LAST' for sqlxinyunh2014-09-094-0/+48
* SPARK-3423: [SQL] Implement BETWEEN for SQLParserWilliam Benton2014-09-081-0/+4
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-032-2/+51
* [SPARK-3341][SQL] The dataType of Sqrt expression should be DoubleType.Takuya UESHIN2014-09-021-1/+1
* [SPARK-3173][SQL] Timestamp support in the parserZdenek Farana2014-08-292-1/+12
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-295-34/+29
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-294-0/+30
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-282-3/+16
* [HOTFIX][SQL] Remove cleaning of UDFsMichael Armbrust2014-08-271-3/+0
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-271-6/+8
* [SPARK-3197] [SQL] Reduce the Expression tree object creations for aggregatio...Cheng Hao2014-08-272-17/+18
* [SPARK-3237][SQL] Fix parquet filters with UDFsMichael Armbrust2014-08-271-0/+4
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-2627-102/+149
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-263-8/+27
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-251-1/+1
* [SPARK-3204][SQL] MaxOf would be foldable if both left and right are foldable.Takuya UESHIN2014-08-251-0/+2
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-2310-15/+1006
* [SQL] Improve debug logging and toStrings.Michael Armbrust2014-08-172-2/+21
* SPARK-2955 [BUILD] Test code fails to compile with "mvn compile" without "ins...Sean Owen2014-08-141-14/+14
* [SPARK-2968][SQL] Fix nullabilities of Explode.Takuya UESHIN2014-08-111-4/+4
* [SQL] Fix logging warn -> debugMichael Armbrust2014-08-051-2/+2
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-052-7/+66
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-051-24/+32
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-022-0/+339
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-0211-29/+25
* [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-0111-25/+29
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-0111-29/+25
* SPARK-2766: ScalaReflectionSuite throw an llegalArgumentException in JDK 6GuoQiang Li2014-07-311-1/+1