aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongTy...Liang-Chi Hsieh2015-03-041-2/+2
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-023-2/+181
* [Minor] Fix doc typo for describing primitiveTerm effectiveness conditionLiang-Chi Hsieh2015-03-021-1/+1
* [SPARK-5999][SQL] Remove duplicate Literal matching blockLiang-Chi Hsieh2015-02-251-0/+2
* [SPARK-5910][SQL] Support for as in selectExprMichael Armbrust2015-02-241-1/+1
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-234-97/+128
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-172-1/+22
* [SPARK-5853][SQL] Schema support in Row.Reynold Xin2015-02-163-5/+14
* [SQL] Optimize arithmetic and predicate operatorskai2015-02-168-260/+290
* [SPARK-5746][SQL] Check invalid cases for the write path of data source APIYin Huai2015-02-161-3/+10
* [SPARK-5833] [SQL] Adds REFRESH TABLE commandCheng Lian2015-02-161-0/+10
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-166-15/+111
* [SQL] [Minor] Update the SpecificMutableRow.copyCheng Hao2015-02-161-3/+4
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-1/+1
* [SPARK-5642] [SQL] Apply column pruning on unused aggregation fieldsDaoyuan Wang2015-02-132-2/+44
* [SPARK-3365][SQL]Wrong schema generated for List typetianyi2015-02-122-15/+20
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-121-0/+37
* [SPARK-5573][SQL] Add explode to dataframesMichael Armbrust2015-02-121-0/+19
* [SQL] Improve error messagesMichael Armbrust2015-02-1211-95/+158
* [SPARK-3688][SQL] More inline comments for LogicalPlan.Reynold Xin2015-02-115-42/+115
* [SPARK-3688][SQL]LogicalPlan can't resolve column correctllytianyi2015-02-111-18/+32
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-113-27/+24
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-103-15/+43
* [SQL] Add toString to DataFrame/ColumnMichael Armbrust2015-02-102-0/+32
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-094-18/+51
* [SPARK-5614][SQL] Predicate pushdown through Generate.Lu Yan2015-02-092-1/+87
* [SPARK-5675][SQL] XyzType companion object should subclass XyzTypeReynold Xin2015-02-091-12/+73
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-083-3/+79
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-069-76/+64
* [SQL][Minor] Remove cache keyword in SqlParserwangfei2015-02-061-1/+0
* [SPARK-5640] Synchronize ScalaReflection where necessaryTobias Schlatter2015-02-061-2/+3
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-052-3/+72
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-051-2/+24
* [SPARK-5602][SQL] Better support for creating DataFrame from local data colle...Reynold Xin2015-02-043-11/+30
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-041-0/+6
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-031-0/+10
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0310-61/+112
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-033-3/+42
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-031-4/+32
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-021-2/+2
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-021-1/+2
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0210-112/+61
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0210-61/+112
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-021-1/+9
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-013-0/+45
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-011-1/+1
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-302-3/+11
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-293-19/+40
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-291-4/+5