aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-161-30/+26
* [SPARK-11076] [SQL] Add decimal support for floor and ceilCheng Hao2015-10-144-13/+91
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-142-13/+37
* [SPARK-11113] [SQL] Remove DeveloperApi annotation from private classes.Reynold Xin2015-10-141-3/+0
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-149-141/+100
* [SPARK-11032] [SQL] correctly handle havingWenchen Fan2015-10-131-1/+1
* [SPARK-11090] [SQL] Constructor for Product types from InternalRowMichael Armbrust2015-10-139-159/+723
* [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-088-2/+910
* Revert [SPARK-8654] [SQL] Fix Analysis exception when using NULL INMichael Armbrust2015-10-082-29/+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-082-2/+29
* [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-072-1/+2
* [SPARK-10982] [SQL] Rename ExpressionAggregate -> DeclarativeAggregate.Reynold Xin2015-10-072-10/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-071-0/+4
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-073-119/+188
* [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-0512-84/+950
* [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-012-5/+23
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-303-4/+278
* [SPARK-9741] [SQL] Approximate Count Distinct using the new UDAF interface.Herman van Hovell2015-09-303-0/+554
* [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-222-20/+52
* [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-182-30/+30
* [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-172-2/+21
* Tiny style fix for d39f15ea2b8bed5342d2f8e3c1936f915c470783.Reynold Xin2015-09-161-1/+1
* [SPARK-9794] [SQL] Fix datetime parsing in SparkSQL.Kevin Cox2015-09-162-17/+42
* [SPARK-10475] [SQL] improve column prunning for Project on SortWenchen Fan2015-09-152-4/+26
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-151-4/+10
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [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-142-14/+15