aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-152-30/+55
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-141-1/+4
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-147-7/+103
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-142-7/+44
* [SPARK-18387][SQL] Add serialization to checkEvaluation.Ryan Blue2016-11-114-41/+36
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-103-14/+12
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-105-84/+314
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-092-2/+16
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-092-10/+7
* [SPARK-18368] Fix regexp_replace with task serialization.Ryan Blue2016-11-082-7/+10
* [SPARK-17868][SQL] Do not use bitmasks during parsing and analysis of CUBE/RO...jiangxingbo2016-11-085-137/+474
* [SPARK-18137][SQL] Fix RewriteDistinctAggregates UnresolvedException when a U...root2016-11-081-9/+26
* [SPARK-18207][SQL] Fix a compilation error due to HashExpression.doGenCodeKazuaki Ishizaki2016-11-082-7/+33
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-072-0/+46
* [SPARK-18295][SQL] Make to_json function null safe (matching it to from_json)hyukjinkwon2016-11-072-11/+16
* [SPARK-17490][SQL] Optimize SerializeFromObject() for a primitive arrayKazuaki Ishizaki2016-11-085-14/+103
* [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sqlWeiqing Yang2016-11-071-1/+1
* [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpressionLiang-Chi Hsieh2016-11-071-6/+21
* [SPARK-18296][SQL] Use consistent naming for expression test suitesReynold Xin2016-11-065-6/+5
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-062-4/+30
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-22/+34
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-051-2/+7
* [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scalaReynold Xin2016-11-054-880/+932
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-054-7/+51
* [SPARK-18260] Make from_json null safeBurak Yavuz2016-11-052-1/+11
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-041-1/+15
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-032-5/+6
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-031-0/+16
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-032-2/+15
* [SPARK-18175][SQL] Improve the test case coverage of implicit type castinggatorsmile2016-11-021-56/+199
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-0236-421/+1211
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-9/+31
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-026-81/+49
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0217-51/+125
* [SPARK-17683][SQL] Support ArrayType in Literal.applyTakeshi YAMAMURO2016-11-022-2/+82
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-027-177/+135
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-026-29/+32
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-024-7/+38
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-014-2/+278
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-011-0/+12
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-017-134/+177
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-017-177/+134
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-013-5/+21
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-011-1/+3
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-272-4/+9
* [SPARK-17770][CATALYST] making ObjectType publicALeksander Eskilson2016-10-261-5/+7
* [SPARK-18063][SQL] Failed to infer constraints over multiple aliasesjiangxingbo2016-10-262-6/+18
* [SPARK-17733][SQL] InferFiltersFromConstraints rule never terminates for queryjiangxingbo2016-10-263-10/+190
* [SPARK-18070][SQL] binary operator should not consider nullability when compa...Wenchen Fan2016-10-251-1/+1
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-252-20/+6