aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20439][SQL] Fix Catalog API listTables and getTable when failed to fet...Xiao Li2017-04-241-0/+8
* [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-163-1/+45
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-121-4/+6
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-122-3/+3
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-105-11/+12
* [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-072-3/+3
* [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-031-8/+0
* [SPARK-20160][SQL] Move ParquetConversions and OrcConversions Out Of HiveSess...Xiao Li2017-04-012-4/+5
* [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-291-1/+1
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-284-18/+22
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-281-112/+0
* [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-212-0/+21
* [SPARK-19990][TEST] Use the database after Hive's current Database is droppedXiao Li2017-03-191-7/+9
* [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-151-4/+15
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-151-1/+23
* [SPARK-19921][SQL][TEST] Enable end-to-end testing using different Hive metas...Xiao Li2017-03-141-36/+49
* [SPARK-19924][SQL] Handle InvocationTargetException for all Hive ShimXiao Li2017-03-141-7/+6
* [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-101-0/+21
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-091-0/+305
* [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-082-0/+153
* [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-072-5/+3
* [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-069-39/+210
* [SPARK-13446][SQL] Support reading data from Hive 2.0.1 metastoreXiao Li2017-03-032-6/+15
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-031-1/+1
* [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-288-189/+106
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-274-22/+22
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-4/+1
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-0/+13
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-231-4/+8
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-214-799/+58
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-201-1/+1
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137