Skip to content

Commit 0a8842e

Browse files
Merge pull request #228839 from Naveenommi-MSFT/patch-28
(AzureCXP) fixes MicrosoftDocs/azure-docs#105801
2 parents 5d11f63 + fc8f28e commit 0a8842e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/connector-hive.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ source(
236236

237237
* Complex types such as arrays, maps, structs, and unions are not supported for read.
238238
* Hive connector only supports Hive tables in Azure HDInsight of version 4.0 or greater (Apache Hive 3.1.0)
239+
* By default, Hive driver provides "tableName.columnName" in sink. If you do not wish to see the table name in the column name, then there are two ways to fix this.
240+
a. Check the setting "hive.resultset.use.unique.column.names" in Hive server side and set it to false.
241+
b. Use column mapping to rename the column name.
239242

240243
## Lookup activity properties
241244

0 commit comments

Comments
 (0)