aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15214][SQL] Code-generation for GenerateHerman van Hovell2016-11-192-25/+101
* [SQL] Fix documentation for Concat and ConcatWsReynold Xin2016-11-191-6/+4
* [SPARK-18508][SQL] Fix documentation error for DateDiffReynold Xin2016-11-191-2/+5
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-192-6/+6
* [SPARK-18442][SQL] Fix nullability of WrapOption.Takuya UESHIN2016-11-171-1/+1
* [SPARK-18415][SQL] Weird Plan Output when CTE used in RunnableCommandgatorsmile2016-11-161-0/+8
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-163-3/+4
* [SPARK-18433][SQL] Improve DataSource option keys to be more case-insensitiveDongjoon Hyun2016-11-162-2/+40
* [SPARK-18377][SQL] warehouse path should be a static confWenchen Fan2016-11-151-8/+1
* [SPARK-18300][SQL] Fix scala 2.10 build for FoldablePropagationHerman van Hovell2016-11-151-6/+27
* [SPARK-17732][SQL] ALTER TABLE DROP PARTITION should support comparatorsDongjoon Hyun2016-11-152-9/+27
* [SPARK-18300][SQL] Do not apply foldable propagation with expand as a child.Herman van Hovell2016-11-152-30/+55
* [SPARK-18430][SQL] Fixed Exception Messages when Hitting an Invocation Except...gatorsmile2016-11-141-1/+4
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-147-7/+103
* [SPARK-17348][SQL] Incorrect results from subquery transformationNattavut Sutyanyong2016-11-142-7/+44
* [SPARK-18387][SQL] Add serialization to checkEvaluation.Ryan Blue2016-11-114-41/+36
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-103-14/+12
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-105-84/+314
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-092-2/+16
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-092-10/+7
* [SPARK-18368] Fix regexp_replace with task serialization.Ryan Blue2016-11-082-7/+10
* [SPARK-17868][SQL] Do not use bitmasks during parsing and analysis of CUBE/RO...jiangxingbo2016-11-085-137/+474
* [SPARK-18137][SQL] Fix RewriteDistinctAggregates UnresolvedException when a U...root2016-11-081-9/+26
* [SPARK-18207][SQL] Fix a compilation error due to HashExpression.doGenCodeKazuaki Ishizaki2016-11-082-7/+33
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-072-0/+46
* [SPARK-18295][SQL] Make to_json function null safe (matching it to from_json)hyukjinkwon2016-11-072-11/+16
* [SPARK-17490][SQL] Optimize SerializeFromObject() for a primitive arrayKazuaki Ishizaki2016-11-085-14/+103
* [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sqlWeiqing Yang2016-11-071-1/+1
* [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpressionLiang-Chi Hsieh2016-11-071-6/+21
* [SPARK-18296][SQL] Use consistent naming for expression test suitesReynold Xin2016-11-065-6/+5
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-062-4/+30
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-22/+34
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-051-2/+7
* [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scalaReynold Xin2016-11-054-880/+932
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-054-7/+51
* [SPARK-18260] Make from_json null safeBurak Yavuz2016-11-052-1/+11
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-041-1/+15
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-032-5/+6
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-031-0/+16
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-032-2/+15
* [SPARK-18175][SQL] Improve the test case coverage of implicit type castinggatorsmile2016-11-021-56/+199
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-0236-421/+1211
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-9/+31
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-026-81/+49
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0217-51/+125
* [SPARK-17683][SQL] Support ArrayType in Literal.applyTakeshi YAMAMURO2016-11-022-2/+82
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-027-177/+135
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-026-29/+32
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-024-7/+38
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-014-2/+278