bpkroth commented on PR #13034:
URL: https://github.com/apache/iceberg/pull/13034#issuecomment-2873762874

   FWIW, this seems to fail during building, but I don't know offhand if it's a 
known issue or what:
   
   ```
   ./gradlew build
   > Task :iceberg-aliyun:compileTestJava
   
/workspaces/iceberg/aliyun/src/test/java/org/apache/iceberg/aliyun/TestAliyunClientFactories.java:79:
 error: cannot find symbol
     public static class CustomFactory implements AliyunClientFactory {
                                                  ^
     symbol:   class AliyunClientFactory
     location: class TestAliyunClientFactories
   
/workspaces/iceberg/aliyun/src/test/java/org/apache/iceberg/aliyun/TestAliyunClientFactories.java:81:
 error: cannot find symbol
       AliyunProperties aliyunProperties;
       ^
   ...
   ```


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