aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-141-8/+23
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-144-37/+7
* [SPARK-18752][SQL] Follow-up: add scaladoc explaining isSrcLocal arg.Marcelo Vanzin2016-12-131-0/+12
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-131-2/+4
* [SPARK-18835][SQL] Don't expose Guava types in the JavaTypeInference API.Marcelo Vanzin2016-12-131-1/+11
* [SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map...Andrew Ray2016-12-131-1/+1
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-123-8/+14
* [SQL][MINOR] simplify a test to fix the maven testsWenchen Fan2016-12-111-12/+7
* [SPARK-18815][SQL] Fix NPE when collecting column stats for string/binary col...wangzhenhua2016-12-101-3/+6
* [SPARK-17460][SQL] Make sure sizeInBytes in Statistics will not overflowHuaxin Gao2016-12-101-1/+2
* [MINOR][CORE][SQL][DOCS] Typo fixesJacek Laskowski2016-12-095-7/+7
* [SPARK-18654][SQL] Remove unreachable patterns in makeRootConverterNathan Howell2016-12-071-35/+21
* [SPARK-17760][SQL] AnalysisException with dataframe pivot when groupBy column...Andrew Ray2016-12-071-2/+3
* [SPARK-18634][SQL][TRIVIAL] Touch-up GenerateHerman van Hovell2016-12-061-1/+1
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-065-2/+125
* [SPARK-18634][PYSPARK][SQL] Corruption and Correctness issues with exploding ...Liang-Chi Hsieh2016-12-051-6/+6
* [SPARK-18711][SQL] should disable subexpression elimination for LambdaVariableWenchen Fan2016-12-051-1/+5
* [SPARK-18702][SQL] input_file_block_start and input_file_block_lengthReynold Xin2016-12-043-49/+96
* [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjecti...Kapil Singh2016-12-042-13/+90
* [SPARK-18582][SQL] Whitelist LogicalPlan operators allowed in correlated subq...Nattavut Sutyanyong2016-12-033-53/+111
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18677] Fix parsing ['key'] in JSON path expressions.Ryan Blue2016-12-022-1/+25
* [SPARK-18674][SQL][FOLLOW-UP] improve the error message of using joingatorsmile2016-12-022-7/+17
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-025-22/+44
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-011-0/+4
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-013-230/+103
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-026-19/+44
* [SPARK-18674][SQL] improve the error message of using joinWenchen Fan2016-12-016-57/+33
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-011-0/+3
* [SPARK-18251][SQL] the type of Dataset can't be Option of non-flat typeWenchen Fan2016-11-302-2/+25
* [SPARK-17932][SQL] Support SHOW TABLES EXTENDED LIKE 'identifier_with_wildcar...jiangxingbo2016-11-301-2/+2
* [SPARK-17897][SQL] Fixed IsNotNull Constraint Inference Rulegatorsmile2016-11-302-7/+29
* [SPARK-18622][SQL] Fix the datatype of the Sum aggregate functionHerman van Hovell2016-11-301-3/+3
* [SPARK-18632][SQL] AggregateFunction should not implement ImplicitCastInputTypesHerman van Hovell2016-11-2918-48/+57
* [SPARK-18614][SQL] Incorrect predicate pushdown from ExistenceJoinNattavut Sutyanyong2016-11-292-2/+19
* [SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua2016-11-294-0/+472
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-292-2/+6
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-293-4/+5
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-281-2/+31
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-283-5/+5
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-282-5/+1
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-283-0/+515
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-281-0/+4
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-282-27/+9
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-282-3/+36
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-282-6/+19
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeans\nRemove th...Herman van Hovell2016-11-281-1/+1
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-281-2/+8
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-282-6/+9
* [SPARK-18585][SQL] Use `ev.isNull = "false"` if possible for Janino to have a...Takuya UESHIN2016-11-272-11/+6