You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Version
I>pip list | findstr iot
apache-iotdb 0.13.3
>pip list | findstr sess
>python --version
Python 3.10.1
Describe the bug and provide the minimal reproduce step
描述:
Issue Summary:
In the IoTDB Python client library version 0.13.3, there appears to be an issue with password authentication when the parameter enable_rpc_compression in the Session.open() method is set to False. Specifically, regardless of the password provided, a successful connection can be established, which should not be the case if the password is incorrect.
Steps to Reproduce:
Install IoTDB Python client library version 0.13.3.
Attempt to establish a session using the following code snippet: