We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: windows 10 IoTDB version: 1.1.0
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>> ×eries) { Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE); }
Tablet(const std::string &deviceId, const std::vector<std::pair<std::string, TSDataType::TSDataType>> ×eries) { Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE); }
Tablet(const std::string& deviceId, const std::vector<std::pair<std::string, TSDataType::TSDataType>>& timeseries) : Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE) {}
No response
The text was updated successfully, but these errors were encountered:
Fixed in master branch
Sorry, something went wrong.
No branches or pull requests
Search before asking
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>> ×eries) { 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>> ×eries) { Tablet(deviceId, timeseries, DEFAULT_ROW_SIZE); }
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: