aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPrunin...Davies Liu2016-03-164-26/+14
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-162-3/+27
* [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole st...Davies Liu2016-03-161-0/+10
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-168-141/+1555
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-164-30/+17
* [SPARK-13869][SQL] Remove redundant conditions while combining filtersSameer Agarwal2016-03-162-4/+26
* [SPARK-13871][SQL] Support for inferring filters from data constraintsSameer Agarwal2016-03-162-62/+63
* [SPARK-13827][SQL] Can't add subquery to an operator with same-name outputs w...Wenchen Fan2016-03-161-4/+2
* [SPARK-13924][SQL] officially support multi-insertWenchen Fan2016-03-161-11/+11
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-2/+2
* [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegenYucai Yu2016-03-151-1/+0
* [SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and El...gatorsmile2016-03-154-14/+26
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-142-0/+32
* [SPARK-13658][SQL] BooleanSimplification rule is slow with large boolean expr...Liang-Chi Hsieh2016-03-142-29/+27
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-1417-18/+18
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-138-19/+39
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-121-6/+6
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-111-1/+10
* [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functionsWenchen Fan2016-03-113-9/+47
* [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate ...gatorsmile2016-03-115-21/+89
* [SPARK-13789] Infer additional constraints from attribute equalitySameer Agarwal2016-03-102-0/+35
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-103-11/+25
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-104-7/+7
* [SPARK-13790] Speed up ColumnVector's getDecimalNong Li2016-03-102-1/+12
* [SPARK-13759][SQL] Add IsNotNull constraints for expressions with an inequalitySameer Agarwal2016-03-103-4/+23
* Revert "[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType"Yin Huai2016-03-091-1/+1
* [SPARK-13760][SQL] Fix BigDecimal constructor for FloatTypeSameer Agarwal2016-03-091-1/+1
* [SPARK-13781][SQL] Use ExpressionSets in ConstraintPropagationSuiteSameer Agarwal2016-03-091-25/+25
* [SPARK-13527][SQL] Prune Filters based on Constraintsgatorsmile2016-03-094-7/+159
* [SPARK-13523] [SQL] Reuse exchanges in a queryDavies Liu2016-03-093-55/+72
* [SPARK-13763][SQL] Remove Project when its Child's Output is Nilgatorsmile2016-03-092-3/+19
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-091-23/+1
* [SPARK-13242] [SQL] codegen fallback in case-when if there many branchesDavies Liu2016-03-093-4/+37
* [SPARK-13698][SQL] Fix Analysis Exceptions when Using Backticks in GenerateDilip Biswal2016-03-091-2/+8
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-091-1/+1
* [SPARK-13640][SQL] Synchronize ScalaReflection.mirror method.Takuya UESHIN2016-03-092-2/+46
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-081-1/+1
* [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull ...Sameer Agarwal2016-03-081-1/+23
* [SPARK-13400] Stop using deprecated Octal escape literalsDongjoon Hyun2016-03-081-1/+1
* [SPARK-12727][SQL] support SQL generation for aggregate with multi-distinctWenchen Fan2016-03-083-9/+5
* [SPARK-13657] [SQL] Support parsing very long AND/OR expressionsDavies Liu2016-03-082-2/+51
* [SPARK-13637][SQL] use more information to simplify the code in Expand builderWenchen Fan2016-03-082-29/+23
* [SPARK-13404] [SQL] Create variables for input row when it's actually usedDavies Liu2016-03-072-3/+6
* [SPARK-13689][SQL] Move helper things in CatalystQl to new utils objectAndrew Or2016-03-072-141/+171
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-1/+1
* [SPARK-13722][SQL] No Push Down for Non-deterministics Predicates through Gen...gatorsmile2016-03-072-1/+19
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-073-3/+159
* [SPARK-13694][SQL] QueryPlan.expressions should always include all expressionsWenchen Fan2016-03-073-6/+2
* [SPARK-13651] Generator outputs are not resolved correctly resulting in run t...Dilip Biswal2016-03-071-2/+3
* [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalogAndrew Or2016-03-075-14/+21