Kumar Shubham
Kumar Shubham
**Describe the bug** client.execute return [] instead of no of row insterted **To Reproduce** clickhouse-client ``` clickhouse :) CREATE TABLE IF NOT EXISTS test.pets (id UInt32, name String, eventTime DateTime)...
On below directories when snakebite python module tries to do ls recursively it, returns no such file or directory. ``` mybox]$ hdfs dfs -ls /data/tdc/dv1/corp/base/dpp/raw/load_date=2018-05-01/ | grep Tenant drwxr-xr-x -...
``` Traceback (most recent call last): File "hdfs_file_report.py", line 87, in main(datetime.datetime.strptime(sys.argv[2], "%Y-%m-%d"), sys.argv[1]) File "hdfs_file_report.py", line 75, in main get_hdfs_files(date, path) File "hdfs_file_report.py", line 54, in get_hdfs_files for file...
The Quickstart example for @retry in the user docs missed commas between keyword arguments. It resulted in invalid Python syntax. This patch corrects the snippet to prevent user confusion." Fixes...
### Summary **Configuring kube-vip flags fails, cannot unmarshal bool into Go struct field** ``` rke2_kubevip_args: [] - param: lb_enable value: true - param: lb_port value: 6443 ``` **Below error: this...