aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-20186][SQL] BroadcastHint should use child's statswangzhenhua2017-04-012-2/+21
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-311-1/+1
* [SPARK-20121][SQL] simplify NullPropagation with NullIntolerantWenchen Fan2017-03-306-73/+39
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-309-14/+16
* [SPARK-19088][SQL] Fix 2.10 build.Takuya UESHIN2017-03-291-1/+2
* [SPARK-17075][SQL][FOLLOWUP] Add Estimation of Constant LiteralXiao Li2017-03-292-2/+124
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-292-21/+70
* [SPARK-20125][SQL] Dataset of type option of map does not workWenchen Fan2017-03-281-0/+5
* [SPARK-20124][SQL] Join reorder should keep the same order of final project a...wangzhenhua2017-03-283-10/+31
* [SPARK-20094][SQL] Preventing push down of IN subquery to Join operatorwangzhenhua2017-03-282-0/+26
* [SPARK-19088][SQL] Optimize sequence type deserialization codegenMichal Senkyr2017-03-283-69/+54
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-283-53/+31
* [SPARK-20104][SQL] Don't estimate IsNull or IsNotNull predicates for non-leaf...wangzhenhua2017-03-272-4/+33
* [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windowsHerman van Hovell2017-03-262-3/+16
* [SPARK-19949][SQL][FOLLOW-UP] move FailureSafeParser from catalyst to sql coreWenchen Fan2017-03-252-83/+33
* [SPARK-19846][SQL] Add a flag to disable constraint propagationLiang-Chi Hsieh2017-03-2513-20/+158
* [SQL][MINOR] Fix for typo in AnalyzerJacek Laskowski2017-03-241-1/+1
* [SPARK-19959][SQL] Fix to throw NullPointerException in df[java.lang.Long].c...Kazuaki Ishizaki2017-03-241-1/+4
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-223-20/+24
* [SPARK-20018][SQL] Pivot with timestamp and count should not print internal r...hyukjinkwon2017-03-221-2/+4
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-226-61/+71
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-214-44/+93
* [SPARK-20017][SQL] change the nullability of function 'StringToMap' from 'fal...zhaorongsheng2017-03-212-1/+10
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-213-1/+87
* [SPARK-17080][SQL][FOLLOWUP] Improve documentation, change buildJoin method s...wangzhenhua2017-03-212-42/+68
* [SPARK-20024][SQL][TEST-MAVEN] SessionCatalog reset need to set the current d...Xiao Li2017-03-202-2/+1
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-204-117/+91
* [SPARK-19980][SQL] Add NULL checks in Bean serializerTakeshi Yamamuro2017-03-211-2/+9
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-215-9/+24
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-203-21/+40
* [SPARK-17791][SQL] Join reordering using star schema detectionIoana Delaney2017-03-2010-36/+978
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-194-61/+113
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-195-47/+136
* [SPARK-19896][SQL] Throw an exception if case classes have circular reference...Takeshi Yamamuro2017-03-181-7/+13
* [SPARK-19915][SQL] Exclude cartesian product candidates to reduce the search ...wangzhenhua2017-03-183-100/+143
* [SPARK-19967][SQL] Add from_json in FunctionRegistryTakeshi Yamamuro2017-03-172-2/+35
* [SPARK-19882][SQL] Pivot with null as a distinct pivot value throws NPEAndrew Ray2017-03-172-10/+10
* [SPARK-19945][SQL] add test suite for SessionCatalog with HiveExternalCatalogwindpiger2017-03-162-900/+1009
* [SPARK-19830][SQL] Add parseTableSchema API to ParserInterfaceXiao Li2017-03-163-1/+104
* [SPARK-19751][SQL] Throw an exception if bean class has one's own class in fi...Takeshi Yamamuro2017-03-161-6/+13
* [SPARK-19961][SQL][MINOR] unify a erro msg when drop databse for HiveExternal...windpiger2017-03-161-1/+1
* [SPARK-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianPro...Tejas Patil2017-03-151-0/+30
* [SPARK-19877][SQL] Restrict the nested level of a viewjiangxingbo2017-03-143-5/+26
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-152-3/+8
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-144-6/+13
* [SPARK-18966][SQL] NOT IN subquery with correlated expressions may return inc...Nattavut Sutyanyong2017-03-141-4/+9
* [SPARK-19933][SQL] Do not change output of a subqueryHerman van Hovell2017-03-143-3/+28
* [SPARK-18874][SQL] Fix 2.10 build after moving the subquery rules to optimiza...Herman van Hovell2017-03-141-2/+2
* [SPARK-19850][SQL] Allow the use of aliases in SQL function callsHerman van Hovell2017-03-143-5/+8
* [SPARK-19944][SQL] Move SQLConf from sql/core to sql/catalystReynold Xin2017-03-145-93/+1200