aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20439][SQL] Fix Catalog API listTables and getTable when failed to fet...Xiao Li2017-04-241-0/+8
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-211-8/+14
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-211-1/+1
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-171-0/+17
* [SPARK-20335][SQL] Children expressions of Hive UDF impacts the determinism o...Xiao Li2017-04-164-3/+47
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-141-1/+3
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-122-16/+12
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-123-5/+5
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-121-2/+3
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1013-33/+44
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-101-24/+21
* [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