Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Oct 30, 2024
1 parent c032ecd commit 287a6c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ alter table web_page modify column wp_max_ad_count set stats ('row_count'='2040'
"""

sql """
alter table call_center modify column cc_closed_date_sk set stats ('row_count'='30', 'ndv'='0', 'num_nulls'='30', 'avg_size'='120', 'max_size'='120' )
alter table call_center modify column cc_closed_date_sk set stats ('row_count'='30', 'ndv'='0', 'avg_size'='120', 'max_size'='120' )
"""

sql """
Expand Down

This file was deleted.

0 comments on commit 287a6c8

Please sign in to comment.