nk1506 commented on issue #10707: URL: https://github.com/apache/iceberg/issues/10707#issuecomment-2230885093
Can you share the examples? it seems it's working as expected. ``` spark-sql (default)> CALL hadoop.system.rewrite_data_files(table => 't2', options => map('min-input-files','2')); 4 2 2480 0 Time taken: 0.406 seconds, Fetched 1 row(s) spark-sql (default)> select * from hadoop.t2.files; 0 /t2/data/c1=1/00000-12-62b70cab-1d08-407b-86b8-292add4fa0d9-0-00001.parquet PARQUET 0 {"c1":1} 2 721 {1:76,2:73} {1:2} {1:0} {} {1:} {1:} NULL [4] NULL 0 {"c1":{"column_size":76,"value_count":2,"null_value_count":0,"nan_value_count":null,"lower_bound":1,"upper_bound":1},"c2":{"column_size":73,"value_count":null,"null_value_count":null,"nan_value_count":null,"lower_bound":null,"upper_bound":null}} 0 /t2/data/c1=2/00000-11-1937d205-9260-4555-a5d8-cb148a1562e0-0-00001.parquet PARQUET 0 {"c1":2} 2 721 {1:76,2:73} {1:2} {1:0} {} {1:} {1:} NULL [4] NULL 0 {"c1":{"column_size":76,"value_count":2,"null_value_count":0,"nan_value_count":null,"lower_bound":2,"upper_bound":2},"c2":{"column_size":73,"value_count":null,"null_value_count":null,"nan_value_count":null,"lower_bound":null,"upper_bound":null}} Time taken: 0.069 seconds, Fetched 2 row(s) spark-sql (default)> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org