Trying to use VSCode with the extension to build/test the Apache Iceberg project, but the dependency handling is not working as expected.
The gradle projects view shows all the gradle projects in Iceberg, and the dependencies are correctly highlighted.
OTOH when I try to open I got Java errors, like:
[{
"resource": "/workspaces/iceberg/aliyun",
"owner": "_generated_diagnostic_collection_name_#5",
"code": "0",
"severity": 8,
"message": "The project was not built due to \"aliyun does not exist\". Fix the problem, then try refreshing this project and building it since it may be inconsistent",
"source": "Java",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 1
}]
It might be an issue how the dependecies are handled, as the project has a aliyun directory, which contains a sub-project called: iceberg-aliyun
Repro PR: apache/iceberg#13034
Any suggestions, ideas to make this work would be helpful.
Thanks,
Peter
Trying to use VSCode with the extension to build/test the Apache Iceberg project, but the dependency handling is not working as expected.
The gradle projects view shows all the gradle projects in Iceberg, and the dependencies are correctly highlighted.
OTOH when I try to open I got Java errors, like:
It might be an issue how the dependecies are handled, as the project has a
aliyundirectory, which contains a sub-project called:iceberg-aliyunRepro PR: apache/iceberg#13034
Any suggestions, ideas to make this work would be helpful.
Thanks,
Peter