Skip to content

Commit e29c799

Browse files
committed
updated hive_compute_table_stats.py
1 parent 8514c9e commit e29c799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hive_compute_table_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def compute_table_stats(conn, args, database, table, partition_regex):
154154
partition_value = partitions_row[1]
155155
partitions_found = True
156156
if not partition_regex.match(partition_value):
157+
# pylint: disable=logging-not-lazy
157158
log.debug("skipping database '%s' table '%s' partition key '%s' value '%s', " +
158159
"value does not match regex '%s'",
159160
database,

0 commit comments

Comments
 (0)