aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20260][MLLIB] String interpolation required for error messageVijay Ramesh2017-04-091-3/+3
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-073-6/+13
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-036-313/+32
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-033-37/+6
* [SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSess...Xiao Li2017-04-017-122/+70
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-301-1/+1
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-291-1/+1
* [SPARK-20048][SQL] Cloning SessionState does not clone query execution listenersKunal Khamar2017-03-293-15/+3
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-289-160/+62
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-284-355/+152
* [SPARK-19970][SQL][FOLLOW-UP] Table owner should be USER instead of PRINCIPAL...Xiao Li2017-03-241-13/+13
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-211-1/+99
* [SPARK-19912][SQL] String literals should be escaped for Hive metastore parti...Dongjoon Hyun2017-03-213-2/+35
* [SPARK-19970][SQL] Table owner should be USER instead of PRINCIPAL in kerberi...Dongjoon Hyun2017-03-201-1/+1
* [SPARK-19990][TEST] Use the database after Hive's current Database is droppedXiao Li2017-03-191-7/+9
* [SPARK-19987][SQL] Pass all filters into FileIndexReynold Xin2017-03-161-3/+1
* [SPARK-19945][SQL] add test suite for SessionCatalog with HiveExternalCatalogwindpiger2017-03-161-0/+40
* [SPARK-18112][SQL] Support reading data from Hive 2.1 metastoreXiao Li2017-03-157-25/+190
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-152-3/+25
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-141-1/+1
* [SPARK-19923][SQL] Remove unnecessary type conversions per call in HiveTakeshi Yamamuro2017-03-142-5/+11
* [SPARK-19921][SQL][TEST] Enable end-to-end testing using different Hive metas...Xiao Li2017-03-143-45/+111
* [SPARK-19924][SQL] Handle InvocationTargetException for all Hive ShimXiao Li2017-03-143-20/+19
* [SPARK-19723][SQL] create datasource table with an non-existent location shou...windpiger2017-03-101-63/+48
* [SPARK-19905][SQL] Bring back Dataset.inputFiles for Hive SerDe tablesCheng Lian2017-03-101-0/+11
* [SPARK-19611][SQL] Preserve metastore field order when merging inferred schemaBudde2017-03-102-4/+22
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-093-8/+420
* [SPARK-12334][SQL][PYSPARK] Support read from multiple input paths for orc fi...Jeff Zhang2017-03-091-0/+9
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-093-9/+5
* [SPARK-19235][SQL][TESTS] Enable Test Cases in DDLSuite with Hive MetastoreXiao Li2017-03-081-82/+75
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-087-120/+460
* [SPARK-19864][SQL][TEST] provide a makeQualifiedPath functions to optimize so...windpiger2017-03-085-38/+18
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-082-2/+2
* [SPARK-19765][SPARK-18549][SQL] UNCACHE TABLE should un-cache all cached plan...Wenchen Fan2017-03-073-7/+5
* [SPARK-19832][SQL] DynamicPartitionWriteTask get partitionPath should escape ...windpiger2017-03-061-1/+34
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-0614-64/+236
* [SPARK-19737][SQL] New analysis rule for reporting unregistered functions wit...Cheng Lian2017-03-061-0/+5
* [SPARK-19084][SQL] Ensure context class loader is set when initializing Hive.Marcelo Vanzin2017-03-031-3/+8
* [SPARK-13446][SQL] Support reading data from Hive 2.0.1 metastoreXiao Li2017-03-037-9/+107
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-033-5/+9
* [SPARK-18726][SQL] resolveRelation for FileFormat DataSource don't need to li...windpiger2017-03-021-0/+11
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-011-0/+99
* [SPARK-19775][SQL] Remove an obsolete `partitionBy().insertInto()` test caseDongjoon Hyun2017-03-021-13/+0
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-281-12/+2
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-2815-530/+319
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-28133-153/+158
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-276-30/+26
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-0/+2
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-246-48/+13
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-0/+13