aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-122-5/+5
* [SPARK-20296][TRIVIAL][DOCS] Count distinct error message for streamingjtoka2017-04-121-3/+2
* [SPARK-20302][SQL] Short circuit cast when from and to types are structurally...Reynold Xin2017-04-124-23/+113
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-122-20/+49
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-122-4/+11
* [SPARK-20289][SQL] Use StaticInvoke to box primitive typesReynold Xin2017-04-112-21/+20
* [SPARK-20175][SQL] Exists should not be evaluated in Join operatorLiang-Chi Hsieh2017-04-111-1/+2
* [SPARK-20274][SQL] support compatible array element type in encoderWenchen Fan2017-04-113-9/+40
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1025-40/+89
* [SPARK-20273][SQL] Disallow Non-deterministic Filter push-down into Join Cond...Xiao Li2017-04-102-0/+12
* [SPARK-19518][SQL] IGNORE NULLS in first / last in SQLhyukjinkwon2017-04-103-1/+29
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-107-61/+75
* [SPARK-20253][SQL] Remove unnecessary nullchecks of a return value from Spark...Kazuaki Ishizaki2017-04-103-33/+41
* [SPARK-20262][SQL] AssertNotNull should throw NullPointerExceptionReynold Xin2017-04-071-3/+3
* [SPARK-20246][SQL] should not push predicate down through aggregate with non-...Wenchen Fan2017-04-072-33/+68
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-071-4/+4
* [SPARK-19495][SQL] Make SQLConf slightly more extensible - addendumReynold Xin2017-04-061-1/+1
* [SPARK-20231][SQL] Refactor star schema code for the subsequent star join det...Ioana Delaney2017-04-053-329/+354
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-061-1/+1
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-045-40/+131
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-0448-204/+148
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-044-2/+31
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-031-49/+87
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-042-0/+28
* [SPARK-19408][SQL] filter estimation on two columns of same tableRon Hu2017-04-032-10/+363
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-031-3/+1
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-033-4/+78
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-031-1/+1
* [SPARK-20143][SQL] DataType.fromJson should throw an exception with better me...hyukjinkwon2017-04-022-1/+39
* [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