zeroshade commented on code in PR #1449:
URL: https://github.com/apache/iceberg-go/pull/1449#discussion_r3566791455


##########
catalog/hadoop/hadoop_minio_integration_test.go:
##########
@@ -22,6 +22,7 @@ package hadoop_test
 import (
        "context"
        "fmt"
+       stdfs "io/fs"

Review Comment:
   Minor: this file imports `io/fs` aliased as `stdfs`, while `hadoop_test.go` 
in the same package uses the bare `fs` name for the same import. Worth aligning 
on one alias across the package's test files for consistency.



-- 
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