aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-044-119/+99
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-041-0/+4
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-045-43/+53
* [SPARK-12421][SQL] Prevent Internal/External row from exposing state.Herman van Hovell2016-01-042-4/+34
* [SPARK-12470] [SQL] Fix size reduction calculationPete Robbins2016-01-041-4/+4
* [SPARK-12533][SQL] hiveContext.table() throws the wrong exceptionthomastechs2016-01-031-1/+1
* [SPARK-11743][SQL] Move the test for arrayOfUDTLiang-Chi Hsieh2015-12-311-13/+2
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-306-79/+41
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-301-3/+127
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-307-37/+38
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-291-1/+1
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-291-4/+8
* [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293Kazuaki Ishizaki2015-12-291-3/+4
* [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumn...gatorsmile2015-12-284-11/+13
* [SPARK-7727][SQL] Avoid inner classes in RuleExecutorStephan Kessler2015-12-283-5/+74
* [SPARK-12477][SQL] - Tungsten projection fails for null values in array fieldspierre-borckmans2015-12-221-1/+1
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-231-8/+12
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-231-4/+4
* [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field durin...Dilip Biswal2015-12-222-1/+9
* [SPARK-12456][SQL] Add ExpressionDescription to misc functionsXiu Guo2015-12-224-0/+29
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-224-8/+72
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-211-0/+32
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-217-66/+360
* [SPARK-12398] Smart truncation of DataFrame / Dataset toStringDilip Biswal2015-12-212-0/+20
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is SerializableKousuke Saruta2015-12-184-26/+24
* [SPARK-12054] [SQL] Consider nullability of expression in codegenDavies Liu2015-12-1821-129/+242
* [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExprDilip Biswal2015-12-182-7/+11
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-176-87/+401
* [SPARK-12320][SQL] throw exception if the number of fields does not line up f...Wenchen Fan2015-12-165-18/+93
* [SPARK-8745] [SQL] remove GenerateProjectionDavies Liu2015-12-166-299/+9
* [SPARK-10477][SQL] using DSL in ColumnPruningSuite to improve readabilityWenchen Fan2015-12-152-21/+27
* [SPARK-12271][SQL] Improve error message when Dataset.as[ ] has incompatible ...Nong Li2015-12-153-6/+9
* [SPARK-12274][SQL] WrapOption should not have type constraint for childWenchen Fan2015-12-141-4/+1
* [SPARK-12213][SQL] use multiple partitions for single distinct queryDavies Liu2015-12-132-16/+2
* [SPARK-12258] [SQL] passing null into ScalaUDF (follow-up)Davies Liu2015-12-111-14/+17
* [SPARK-12258][SQL] passing null into ScalaUDFDavies Liu2015-12-101-2/+5
* [SPARK-12252][SPARK-12131][SQL] refactor MapObjects to make it less hackyWenchen Fan2015-12-104-47/+35
* [SPARK-12069][SQL] Update documentation with DatasetsMichael Armbrust2015-12-081-3/+45
* [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunctionAndrew Ray2015-12-081-1/+1
* [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encodergatorsmile2015-12-081-0/+18
* [SPARK-12201][SQL] add type coercion rule for greatest/leastWenchen Fan2015-12-083-0/+47
* [SPARK-12032] [SQL] Re-order inner joins to do join with conditions firstDavies Liu2015-12-073-6/+185
* [SPARK-12138][SQL] Escape \u in the generated comments of codegengatorsmile2015-12-062-1/+12
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-051-1/+1
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-2/+2
* [SPARK-12109][SQL] Expressions's simpleString should delegate to its toString.Yin Huai2015-12-033-5/+3
* [SPARK-12094][SQL] Prettier tree string for TreeNodeCheng Lian2015-12-021-5/+26
* [SPARK-11949][SQL] Check bitmasks to set nullable propertyLiang-Chi Hsieh2015-12-011-4/+9
* [SPARK-11596][SQL] In TreeNode's argString, if a TreeNode is not a child of t...Yin Huai2015-12-011-1/+1