aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11080] [SQL] Incorporate per-JVM id into ExprId to prevent unsafe cros...Josh Rosen2015-10-131-3/+12
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-125-9/+50
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-121-0/+4
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-081-7/+21
* [SPARK-10914] UnsafeRow serialization breaks when two machines have different...Reynold Xin2015-10-081-3/+44
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-081-1/+3
* [SPARK-10993] [SQL] Inital code generated encoder for product typesMichael Armbrust2015-10-087-2/+736
* Revert [SPARK-8654] [SQL] Fix Analysis exception when using NULL INMichael Armbrust2015-10-081-8/+2
* [SPARK-10887] [SQL] Build HashedRelation outside of HashJoinNode.Yin Huai2015-10-082-2/+4
* [SPARK-8654] [SQL] Fix Analysis exception when using NULL IN (...)Dilip Biswal2015-10-081-2/+8
* [SPARK-10998] [SQL] Show non-children in default Expression.toStringMichael Armbrust2015-10-081-1/+7
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-072-1/+5
* [SPARK-9702] [SQL] Use Exchange to implement logical Repartition operatorJosh Rosen2015-10-071-0/+16
* [SPARK-10980] [SQL] fix bug in create DecimalDavies Liu2015-10-071-1/+1
* [SPARK-10982] [SQL] Rename ExpressionAggregate -> DeclarativeAggregate.Reynold Xin2015-10-072-10/+10
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-072-118/+187
* [SPARK-10966] [SQL] Codegen framework cleanupMichael Armbrust2015-10-0731-291/+306
* [SPARK-10585] [SQL] [FOLLOW-UP] remove no-longer-necessary code for unsafe ge...Wenchen Fan2015-10-053-808/+0
* [SPARK-10934] [SQL] handle hashCode of unsafe array correctlyWenchen Fan2015-10-051-1/+5
* [SPARK-10585] [SQL] only copy data once when generate unsafe projectionWenchen Fan2015-10-0511-16/+713
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-35/+4
* [SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...Cheng Hao2015-10-011-3/+21
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-302-4/+164
* [SPARK-9741] [SQL] Approximate Count Distinct using the new UDAF interface.Herman van Hovell2015-09-302-0/+405
* [SPARK-10811] [SQL] Eliminates unnecessary byte array copyingCheng Lian2015-09-291-1/+7
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-272-1/+8
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-241-1/+6
* [SPARK-10737] [SQL] When using UnsafeRows, SortMergeJoin may return wrong res...Yin Huai2015-09-221-0/+2
* [SPARK-10740] [SQL] handle nondeterministic expressions correctly for set ope...Wenchen Fan2015-09-221-19/+50
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-223-2/+17
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-193-5/+5
* [SPARK-10449] [SQL] Don't merge decimal types with incompatable precision or ...Holden Karau2015-09-181-4/+13
* [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Ex...Yijie Shen2015-09-181-18/+19
* [SPARK-10684] [SQL] StructType.interpretedOrdering need not to be serializednavis.ryu2015-09-181-1/+3
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-171-1/+6
* Tiny style fix for d39f15ea2b8bed5342d2f8e3c1936f915c470783.Reynold Xin2015-09-161-1/+1
* [SPARK-9794] [SQL] Fix datetime parsing in SparkSQL.Kevin Cox2015-09-161-17/+10
* [SPARK-10475] [SQL] improve column prunning for Project on SortWenchen Fan2015-09-151-4/+15
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-151-4/+10
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-141-0/+0
* [SPARK-10522] [SQL] Nanoseconds of Timestamp in Parquet should be positiveDavies Liu2015-09-141-5/+7
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-126-0/+415
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer rule....Yash Datta2015-09-111-4/+4
* [SPARK-10442] [SQL] fix string to boolean castWenchen Fan2015-09-112-3/+29
* [SPARK-10472] [SQL] Fixes DataType.typeName for UDTCheng Lian2015-09-111-1/+3
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer ruleYash Datta2015-09-101-0/+9
* [SPARK-10065] [SQL] avoid the extra copy when generate unsafe arrayWenchen Fan2015-09-101-60/+24
* [SPARK-10461] [SQL] make sure `input.primitive` is always variable name not c...Wenchen Fan2015-09-095-67/+75
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-092-2/+2
* [SPARK-10327] [SQL] Cache Table is not working while subquery has alias in it...Cheng Hao2015-09-081-3/+12