laskoviymishka commented on code in PR #1065:
URL: https://github.com/apache/iceberg-go/pull/1065#discussion_r3222317813


##########
cmd/iceberg/main.go:
##########
@@ -286,6 +287,9 @@ func main() {
                runProperties(ctx, output, cat, args.Properties)
        case args.Compact != nil:
                runCompact(ctx, output, cat, args.Compact)
+       case args.PartStats != nil:

Review Comment:
   this actually make this per file decomposition quite hard to iterate 
independently, can we decouple each command from main.go?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to