Skip to content

Dependency issue with the extension for Iceberg Apache project #4047

@pvary

Description

@pvary

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions