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

[Bug] One of the constructors for the Tablet class in the client-cpp interface is incorrect #10050

Closed
1 of 2 tasks
xuzhi01 opened this issue Jun 5, 2023 · 1 comment
Closed
1 of 2 tasks

Comments

@xuzhi01
Copy link

xuzhi01 commented Jun 5, 2023

Search before asking

  • I searched in the issues and found nothing similar.

Version

OS: windows 10
IoTDB version: 1.1.0

Describe the bug and provide the minimal reproduce step

line 580 in file iotdb\iotdb-client\client-cpp\src\main\Session.h:
Tablet(const std::string &deviceId, const std::vector<std::pair<std::string, TSDataType::TSDataType>> &timeseries) { Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE); }

What did you expect to see?

Tablet(const std::string& deviceId, const std::vector<std::pair<std::string, TSDataType::TSDataType>>& timeseries) : Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE) {}

What did you see instead?

Tablet(const std::string &deviceId, const std::vector<std::pair<std::string, TSDataType::TSDataType>> &timeseries) { Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE); }

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@HTHou
Copy link
Contributor

HTHou commented Jun 15, 2023

Fixed in master branch

@HTHou HTHou closed this as completed Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants