Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdk-impala: Fix issue caused by timeout parameter having a float value
If the VDK_IMPALA_TIMEOUT env variable has a value, any query fails with ``` debug: Retrying vdk.internal.builtin_plugins.connection.managed_connection_base.ManagedConnectionBase.connect in 30.0 seconds as it raised TypeError: can't multiply sequence by non-int of type 'float'. ``` This change fixes this issue by converting the parameter to int. Testing done: observed query was successful after the implemented change Signed-off-by: Gabriel Georgiev <[email protected]>
- Loading branch information