aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-124-7/+156
* [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal convertersCheng Lian2015-10-126-26/+103
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-122-0/+31
* [SPARK-11053] Remove use of KVIterator in SortBasedAggregationIteratorJosh Rosen2015-10-113-159/+33
* [SPARK-10855] [SQL] Add a JDBC dialect for Apache DerbyRick Hillegas2015-10-092-1/+41
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-081-1/+27
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-0821-439/+519
* [SPARK-10914] UnsafeRow serialization breaks when two machines have different...Reynold Xin2015-10-082-4/+72
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-0818-693/+709
* [SPARK-10988] [SQL] Reduce duplication in Aggregate2's expression rewriting l...Josh Rosen2015-10-085-196/+143
* [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-10337] [SQL] fix hive views on non-hive-compatible tables.Wenchen Fan2015-10-087-27/+433
* [SPARK-10887] [SQL] Build HashedRelation outside of HashJoinNode.Yin Huai2015-10-087-51/+262
* [SPARK-11006] Rename NullColumnAccess as NullColumnAccessortedyu2015-10-081-2/+2
* [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-5775] [SPARK-5508] [SQL] Re-enable Hive Parquet array reading testsCheng Lian2015-10-081-2/+1
* [SPARK-10999] [SQL] Coalesce should be able to handle UnsafeRowCheng Lian2015-10-081-6/+3
* [SPARK-7869][SQL] Adding Postgres JSON and JSONb data types support0x0FFF2015-10-072-0/+11
* [SPARK-10917] [SQL] improve performance of complex type in columnar cacheDavies Liu2015-10-0712-266/+352
* [SPARK-9702] [SQL] Use Exchange to implement logical Repartition operatorJosh Rosen2015-10-074-13/+43
* [SPARK-10980] [SQL] fix bug in create DecimalDavies Liu2015-10-072-1/+2
* [SPARK-10982] [SQL] Rename ExpressionAggregate -> DeclarativeAggregate.Reynold Xin2015-10-075-28/+28
* [SPARK-10679] [CORE] javax.jdo.JDOFatalUserException in executornavis.ryu2015-10-072-5/+30
* [SPARK-10856][SQL] Mapping TimestampType to DATETIME for SQL Server jdbc dialectLiang-Chi Hsieh2015-10-071-0/+5
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-076-10/+20
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-0712-303/+356
* [SPARK-10966] [SQL] Codegen framework cleanupMichael Armbrust2015-10-0731-291/+306
* [SPARK-10938] [SQL] remove typeId in columnar cacheDavies Liu2015-10-0612-150/+60
* [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-052-1/+12
* [SPARK-10585] [SQL] only copy data once when generate unsafe projectionWenchen Fan2015-10-0512-84/+950
* [SPARK-7275] [SQL] Make LogicalRelation publicgweidner2015-10-031-1/+1
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-35/+4
* [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FOLLOW_PARQUET_FORMAT_SPECCheng Lian2015-10-016-148/+231
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-012-23/+104
* [SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...Cheng Hao2015-10-013-11/+31
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-304-4/+316
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-309-39/+39
* [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-293-10/+28
* [SPARK-10859] [SQL] fix stats of StringType in columnar cacheDavies Liu2015-09-282-2/+9
* [SPARK-10395] [SQL] Simplifies CatalystReadSupportCheng Lian2015-09-281-47/+45
* [SPARK-10720] [SQL] [JAVA] Add a java wrapper to create a dataframe from a lo...Holden Karau2015-09-272-17/+56
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-2715-86/+103
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-263-1/+32
* [SPARK-9852] Let reduce tasks fetch multiple map output partitionsMatei Zaharia2015-09-241-0/+6
* [SPARK-10705] [SQL] Avoid using external rows in DataFrame.toJSONLiang-Chi Hsieh2015-09-243-85/+3
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-246-86/+129