@@ -2077,24 +2077,24 @@ def check_validity_and_get_prunned_files(select_expression):
20772077 print (
20782078 "Unprunned: " ,
20792079 instance .query (
2080- f"SELECT ProfileEvents['IcebergPartitionPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
2080+ f"SELECT ProfileEvents['IcebergPartitionPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
20812081 ),
20822082 )
20832083 print (
20842084 "Prunned: " ,
20852085 instance .query (
2086- f"SELECT ProfileEvents['IcebergPartitionPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
2086+ f"SELECT ProfileEvents['IcebergPartitionPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
20872087 ),
20882088 )
20892089
20902090 assert 0 == int (
20912091 instance .query (
2092- f"SELECT ProfileEvents['IcebergPartitionPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
2092+ f"SELECT ProfileEvents['IcebergPartitionPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
20932093 )
20942094 )
20952095 return int (
20962096 instance .query (
2097- f"SELECT ProfileEvents['IcebergPartitionPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
2097+ f"SELECT ProfileEvents['IcebergPartitionPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
20982098 )
20992099 )
21002100
@@ -2745,24 +2745,24 @@ def check_validity_and_get_prunned_files(select_expression):
27452745 print (
27462746 "Unprunned: " ,
27472747 instance .query (
2748- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
2748+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
27492749 ),
27502750 )
27512751 print (
27522752 "Prunned: " ,
27532753 instance .query (
2754- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
2754+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
27552755 ),
27562756 )
27572757
27582758 assert 0 == int (
27592759 instance .query (
2760- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
2760+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
27612761 )
27622762 )
27632763 return int (
27642764 instance .query (
2765- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
2765+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
27662766 )
27672767 )
27682768
@@ -3047,24 +3047,24 @@ def check_validity_and_get_prunned_files(select_expression):
30473047 print (
30483048 "Unprunned: " ,
30493049 instance .query (
3050- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
3050+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
30513051 ),
30523052 )
30533053 print (
30543054 "Prunned: " ,
30553055 instance .query (
3056- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
3056+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
30573057 ),
30583058 )
30593059
30603060 assert 0 == int (
30613061 instance .query (
3062- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
3062+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id1 } ' AND type = 'QueryFinish'"
30633063 )
30643064 )
30653065 return int (
30663066 instance .query (
3067- f"SELECT ProfileEvents['IcebergMinMaxIndexPrunnedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
3067+ f"SELECT ProfileEvents['IcebergMinMaxIndexPrunedFiles '] FROM system.query_log WHERE query_id = '{ query_id2 } ' AND type = 'QueryFinish'"
30683068 )
30693069 )
30703070
0 commit comments