aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-121-3/+9
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-087-190/+248
* [SPARK-10337] [SQL] fix hive views on non-hive-compatible tables.Wenchen Fan2015-10-085-25/+303
* [SPARK-10679] [CORE] javax.jdo.JDOFatalUserException in executornavis.ryu2015-10-072-5/+30
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-071-5/+3
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-011-22/+46
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-302-6/+6
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-272-49/+17
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-0/+5
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-241-82/+57
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-222-22/+105
* [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data so...Yin Huai2015-09-221-51/+50
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-192-5/+5
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-181-34/+22
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-151-1/+1
* [SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.versio...Kousuke Saruta2015-09-141-4/+7
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-142-3/+15
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-121-2/+2
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-094-11/+11
* [SPARK-9170] [SQL] Use OrcStructInspector to be case preserving when writing ...Liang-Chi Hsieh2015-09-081-21/+26
* [SPARK-9925] [SQL] [TESTS] Set SQLConf.SHUFFLE_PARTITIONS.key correctly for t...Yin Huai2015-09-041-2/+24
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-041-1/+6
* [SPARK-9596] [SQL] treat hadoop classes as shared one in IsolatedClientLoaderWangTaoTheTonic2015-09-031-0/+1
* [SPARK-10330] Use SparkHadoopUtil TaskAttemptContext reflection methods in mo...Josh Rosen2015-08-291-3/+6
* [SPARK-SQL] [MINOR] Fixes some typos in HiveContextCheng Lian2015-08-272-5/+5
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-2514-134/+147
* [SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspectors).Yin Huai2015-08-251-5/+24
* [SPARK-9293] [SPARK-9813] Analysis should check that set operations are only ...Josh Rosen2015-08-252-2/+2
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-204-25/+77
* [SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.Marcelo Vanzin2015-08-182-10/+13
* [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-134-12/+34
* [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to IsolatedCl...Yin Huai2015-08-132-3/+14
* [SPARK-9449] [SQL] Include MetastoreRelation's inputFilesMichael Armbrust2015-08-121-2/+14
* [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-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-102-5/+3
* [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed planYijie Shen2015-08-081-1/+3
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-082-1/+5
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-081-0/+25
* [SPARK-8890] [SQL] Fallback on sorting when writing many dynamic partitionsMichael Armbrust2015-08-071-2/+4
* [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-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-063-17/+34
* Revert "[SPARK-9632][SQL] update InternalRow.toSeq to make it accept data typ...Davies Liu2015-08-063-34/+17
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-063-17/+34
* [SPARK-9593] [SQL] [HOTFIX] Makes the Hadoop shims loading fix more robustCheng Lian2015-08-061-33/+55
* [SPARK-6923] [SPARK-7550] [SQL] Persists data source relations in Hive compat...Cheng Hao2015-08-063-43/+158
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-052-5/+3