Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fail if i turn OFF pulsar. #892

Closed
yokofly opened this issue Jan 5, 2025 · 0 comments · Fixed by #895
Closed

build fail if i turn OFF pulsar. #892

yokofly opened this issue Jan 5, 2025 · 0 comments · Fixed by #895
Assignees
Labels
bug Something isn't working

Comments

@yokofly
Copy link
Collaborator

yokofly commented Jan 5, 2025

Describe what's wrong

proton/proton/src/Storages/ExternalStream/parseShards.h:6:1: error: use of undeclared identifier 'std'
    6 | std::vector<int32_t> parseShards(const std::string & shards_setting);
      | ^
proton/proton/src/Storages/ExternalStream/parseShards.h:6:13: error: use of undeclared identifier 'int32_t'
    6 | std::vector<int32_t> parseShards(const std::string & shards_setting);
      |             ^
proton/proton/src/Storages/ExternalStream/parseShards.h:6:40: error: use of undeclared identifier 'std'
    6 | std::vector<int32_t> parseShards(const std::string & shards_setting);
      |                                        ^
3 errors generated.

https://github.com/timeplus-io/proton/actions/runs/12602608270/job/35128518730#step:5:7041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants