Skip to content

Commit fb5e6e7

Browse files
authored
[b/309765009] Change support reference to Google (#497)
1 parent 35b6dfb commit fb5e6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/lib-ext-hive-metastore/src/main/java/com/google/edwmigration/dumper/ext/hive/metastore/HiveMetastoreThriftClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public HiveMetastoreThriftClient build() throws TTransportException, SaslExcepti
205205
messagePrefix
206206
+ " The caller requested fallback behavior, so a client compiled against a"
207207
+ " superset Thrift specification will be used instead. If you encounter an error"
208-
+ " when using the fallback client, please contact CompilerWorks support and"
208+
+ " when using the fallback client, please contact Google support and"
209209
+ " provide the originally requested version number.");
210210
client = new HiveMetastoreThriftClient_Superset(name, protocol);
211211
} else {

0 commit comments

Comments
 (0)