提交 a399d5b6 编写于 作者: P Peifeng Qiu

Remove customer names from gpload.py

上级 5b623091
......@@ -1076,7 +1076,7 @@ def jenkins(data, initval = 0):
a, b, c = jenkinsmix(a, b, c)
return c
# MPP-20927 Citibank: gpload external table name problem
# MPP-20927: gpload external table name problem
# Not sure if it is used by other components, just leave it here.
def shortname(name):
"""
......@@ -1150,7 +1150,7 @@ class gpload:
# Create Temp and External table names. However external table name could
# get overwritten with another name later on (see create_external_table_name).
# MPP-20927 Citibank: gpload external table name problem. We use uuid to avoid
# MPP-20927: gpload external table name problem. We use uuid to avoid
# external table name confliction.
self.unique_suffix = str(uuid.uuid1()).replace('-', '_')
self.staging_table_name = 'temp_staging_gpload_' + self.unique_suffix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册