aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-0/+1
* [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProjectgatorsmile2016-03-242-57/+70
* [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `...Dongjoon Hyun2016-03-221-1/+1
* [SPARK-13806] [SQL] fix rounding mode of negative float/doubleDavies Liu2016-03-222-33/+19
* [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing...Dongjoon Hyun2016-03-223-0/+43
* [SPARK-13473][SQL] Simplifies PushPredicateThroughProjectCheng Lian2016-03-221-23/+1
* [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handlin...gatorsmile2016-03-222-66/+77
* [SPARK-14004][FOLLOW-UP] Implementations of NonSQLExpression should not overr...Wenchen Fan2016-03-211-1/+1
* [SPARK-14004][SQL] NamedExpressions should have at most one qualifierCheng Lian2016-03-2110-54/+53
* [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shellWenchen Fan2016-03-212-2/+47
* [SPARK-14000][SQL] case class with a tuple field can't work in DatasetWenchen Fan2016-03-213-4/+18
* [SPARK-12789][SQL] Support Order By Ordinal in SQLgatorsmile2016-03-217-11/+67
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-14019][SQL] Remove noop SortOrder in Sortgatorsmile2016-03-212-0/+78
* [SPARK-14004][SQL][MINOR] AttributeReference and Alias should only use the fi...Cheng Lian2016-03-191-4/+2
* [SPARK-13838] [SQL] Clear variable code to prevent it to be re-evaluated in B...Liang-Chi Hsieh2016-03-171-1/+3
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-1710-79/+190
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1710-10/+10
* 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