aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-101-1/+1
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-109-13/+11
* [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed planYijie Shen2015-08-082-3/+36
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-082-1/+5
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-083-0/+62
* [SPARK-8890] [SQL] Fallback on sorting when writing many dynamic partitionsMichael Armbrust2015-08-071-2/+4
* [SPARK-9733][SQL] Improve physical plan explain for data sourcesReynold Xin2015-08-071-1/+1
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-1/+0
* [SPARK-7550] [SQL] [MINOR] Fixes logs when persisting DataFramesCheng Lian2015-08-061-4/+2
* [SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)Yin Huai2015-08-061-11/+93
* [SPARK-9211] [SQL] [TEST] normalize line separators before generating MD5 hashChristian Kadner2015-08-062-5/+5
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-064-21/+40
* Revert "[SPARK-9632][SQL] update InternalRow.toSeq to make it accept data typ...Davies Liu2015-08-064-40/+21
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-064-21/+40
* [SPARK-9593] [SQL] [HOTFIX] Makes the Hadoop shims loading fix more robustCheng Lian2015-08-061-33/+55
* [SPARK-9664] [SQL] Remove UDAFRegistration and add apply to UserDefinedAggreg...Yin Huai2015-08-052-2/+28
* [SPARK-6923] [SPARK-7550] [SQL] Persists data source relations in Hive compat...Cheng Hao2015-08-064-54/+280
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-055-9/+14
* [SPARK-9381] [SQL] Migrate JSON data source to the new partitioning data sourceCheng Hao2015-08-053-10/+39
* [SPARK-9593] [SQL] Fixes Hadoop shims loadingCheng Lian2015-08-051-0/+48
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-041-1/+1
* [SPARK-7119] [SQL] Give script a default serde with the user specific typeszhichao.li2015-08-043-60/+49
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-0413-1/+69
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-044-5/+5
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-0362-464/+1960
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-031-43/+75
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-021-1/+42
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-011-1/+3
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-015-43/+65
* [SPARK-9233] [SQL] Enable code-gen in window function unit testsYin Huai2015-07-311-33/+5
* [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single Wi...Herman van Hovell2015-07-311-0/+18
* [SPARK-9496][SQL]do not print the password in configWangTaoTheTonic2015-07-301-1/+5
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-304-16/+28
* [SPARK-8005][SQL] Input file nameJoseph Batchik2015-07-291-6/+0
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-291-0/+1
* [SPARK-9418][SQL] Use sort-merge join as the default shuffle join.Reynold Xin2015-07-282-5/+5
* [SPARK-9420][SQL] Move expressions in sql/core package to catalyst.Reynold Xin2015-07-282-13/+4
* [SPARK-9393] [SQL] Fix several error-handling bugs in ScriptTransform operatorJosh Rosen2015-07-283-112/+301
* [SPARK-8003][SQL] Added virtual column support to SparkJoseph Batchik2015-07-282-3/+19
* [SPARK-9397] DataFrame should provide an API to find source data files if app...Aaron Davidson2015-07-281-3/+3
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-273-2/+0
* [SPARK-9386] [SQL] Feature flag for metastore partition pruningMichael Armbrust2015-07-272-7/+15
* [SPARK-9378] [SQL] Fixes test case "CTAS with serde"Cheng Lian2015-07-271-7/+9
* [SPARK-9349] [SQL] UDAF cleanupYin Huai2015-07-272-11/+51
* [SPARK-7943] [SPARK-8105] [SPARK-8435] [SPARK-8714] [SPARK-8561] Fixes multi-...Cheng Lian2015-07-274-11/+191
* [SPARK-9371][SQL] fix the support for special chars in column names for hive ...Wenchen Fan2015-07-262-3/+11
* [SPARK-8867][SQL] Support list / describe function usageCheng Hao2015-07-263-4/+78
* [SPARK-9095] [SQL] Removes the old Parquet supportCheng Lian2015-07-267-387/+106
* [SPARK-9354][SQL] Remove InternalRow.get generic getter call in Hive integrat...Reynold Xin2015-07-263-68/+102
* [SPARK-9350][SQL] Introduce an InternalRow generic getter that requires a Dat...Reynold Xin2015-07-252-2/+4