Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit b343570

Browse files
author
Andrew Hoh
committed
Changing INT to BIGINT
1 parent 549637c commit b343570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Hive_Tutorial.hql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ add JAR <path to DocumentDB Hadoop jar/azure-documentdb-hadoop-SNAPSHOT.jar>;
88

99
-- Create a Hive Table from DocumentDB ids and timestamps
1010
drop table DocumentDB_timestamps;
11-
create external table DocumentDB_timestamps(id string, ts INT)
11+
create external table DocumentDB_timestamps(id string, ts BIGINT)
1212
stored by 'com.microsoft.azure.documentdb.hive.DocumentDBStorageHandler'
1313
tblproperties (
1414
'DocumentDB.endpoint' = 'DocumentDB Endpoint',

0 commit comments

Comments
 (0)