aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10198] [SQL] Turn off partition verification by defaultMichael Armbrust2015-08-251-30/+34
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-2519-163/+170
* [SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspectors).Yin Huai2015-08-252-5/+53
* [SPARK-10177] [SQL] fix reading Timestamp in parquet from HiveDavies Liu2015-08-251-1/+1
* [SPARK-9293] [SPARK-9813] Analysis should check that set operations are only ...Josh Rosen2015-08-252-2/+2
* [SPARK-10196] [SQL] Correctly saving decimals in internal rows to JSON.Yin Huai2015-08-241-0/+27
* [SPARK-10178] [SQL] HiveComparisionTest should print out dependent tablesMichael Armbrust2015-08-241-0/+36
* [SPARK-10165] [SQL] Await child resolution in ResolveFunctionsMichael Armbrust2015-08-241-0/+5
* [SPARK-9758] [TEST] [SQL] Compilation issue for hive test / wrong package?Sean Owen2015-08-2410-9/+6
* [SPARK-8580] [SQL] Refactors ParquetHiveCompatibilitySuite and adds more test...Cheng Lian2015-08-241-39/+93
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-207-34/+267
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-193-3/+3
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-191-0/+34
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-191-14/+35
* [SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.Marcelo Vanzin2015-08-182-10/+13
* [SPARK-10089] [SQL] Add missing golden files.Marcelo Vanzin2015-08-182-0/+503
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-181-1/+6
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-171-0/+15
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-141-0/+17
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-1314-33/+36
* [SPARK-9935] [SQL] EqualNotNull not processed in ORChyukjinkwon2015-08-131-0/+5
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-136-26/+105
* [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to IsolatedCl...Yin Huai2015-08-132-3/+14
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-1/+9
* [SPARK-9449] [SQL] Include MetastoreRelation's inputFilesMichael Armbrust2015-08-121-2/+14
* [SPARK-9894] [SQL] Json writer should handle MapData.Yin Huai2015-08-122-30/+78
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-121-2/+2
* [SPARK-9804] [HIVE] Use correct value for isSrcLocal parameter.Marcelo Vanzin2015-08-121-3/+10
* [SPARK-9407] [SQL] Relaxes Parquet ValidTypeMap to allow ENUM predicates to b...Cheng Lian2015-08-121-41/+42
* [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