Skip to content

Commit fc8f28e

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105801
We made changes in line nos: 239,240,241 Note: Added limitation * 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. a. Check the setting "hive.resultset.use.unique.column.names" in Hive server side and set it to false. b. Use column mapping to rename the column name.
1 parent 1276dba commit fc8f28e

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)