aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-161-0/+0
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-161-0/+14
* [SPARK-5642] [SQL] Apply column pruning on unused aggregation fieldsDaoyuan Wang2015-02-131-2/+35
* [SPARK-3365][SQL]Wrong schema generated for List typetianyi2015-02-121-0/+5
* [SQL] Improve error messagesMichael Armbrust2015-02-126-39/+68
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-111-3/+1
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-101-7/+7
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-091-1/+1
* [SPARK-5614][SQL] Predicate pushdown through Generate.Lu Yan2015-02-091-1/+62
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-081-0/+57
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-062-9/+20
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-041-1/+1
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-032-15/+15
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-022-15/+15
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-022-15/+15
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-011-0/+27
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-301-2/+6
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-291-1/+3
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-291-0/+5
* [SPARK-5009] [SQL] Long keyword support in SQL ParsersCheng Hao2015-01-211-0/+61
* [SPARK-5323][SQL] Remove Row's Seq inheritance.Reynold Xin2015-01-201-1/+1
* [SPARK-5287][SQL] Add defaultSizeOf to every data type.Yin Huai2015-01-201-5/+35
* [SQL][Minor] Refactors deeply nested FP style code in BooleanSimplificationCheng Lian2015-01-201-11/+29
* [SQL][minor] Add a log4j file for catalyst test.Reynold Xin2015-01-201-0/+28
* [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type.Reynold Xin2015-01-181-2/+3
* [SPARK-4937][SQL] Adding optimization to simplify the And, Or condition in s...scwf2015-01-162-72/+92
* [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.DecimalDaoyuan Wang2015-01-142-1/+1
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-1311-14/+102
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-102-11/+11
* [SPARK-4937][SQL] Normalizes conjunctions and disjunctions to eliminate commo...Cheng Lian2014-12-301-0/+72
* [SPARK-4928][SQL] Fix: Operator '>,<,>=,<=' with decimal between different pr...guowei22014-12-301-0/+17
* [SPARK-4755] [SQL] sqrt(negative value) should return nullDaoyuan Wang2014-12-171-0/+2
* [SPARK-4720][SQL] Remainder should also return null if the divider is 0.Takuya UESHIN2014-12-161-0/+15
* [SPARK-4827][SQL] Fix resolution of deeply nested Project(attr, Project(Star,...Michael Armbrust2014-12-161-1/+11
* [SPARK-4293][SQL] Make Cast be able to handle complex types.Takuya UESHIN2014-12-111-0/+236
* [SPARK-4791] [sql] Infer schema from case class with multiple constructorsJoseph K. Bradley2014-12-101-0/+14
* [SPARK-4670] [SQL] wrong symbol for bitwise notDaoyuan Wang2014-12-021-0/+15
* [SPARK-4593][SQL] Return null when denominator is 0Daoyuan Wang2014-12-021-0/+15
* [SPARK-4425][SQL] Handle NaN or Infinity cast to Timestamp correctly.Takuya UESHIN2014-11-171-0/+5
* [SPARK-4420][SQL] Change nullability of Cast from DoubleType/FloatType to Dec...Takuya UESHIN2014-11-171-2/+12
* Added contains(key) to Metadatakai2014-11-141-0/+13
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-142-9/+8
* Support cross building for Scala 2.11Prashant Sharma2014-11-111-1/+0
* [SPARK-4270][SQL] Fix Cast from DateType to DecimalType.Takuya UESHIN2014-11-071-0/+2
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-021-4/+9
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-016-26/+347
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-011-0/+82
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-281-2/+7
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-281-0/+32
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-271-1/+2