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
(improvement) log a warning when importing of lz4 or snappy packages fails.
If it is not available, the driver will silently not use compression.
Not very very silently, as you will see in debug level only something like:
"No available compression types supported on both ends. locally supported: odict_keys([]). remotely supported: ['lz4', 'snappy']"
Make this log line a an error level log.
Add to the import failure a debug level log. I think it wouldn't be too noisy and is clear enough for the developer.
Signed-off-by: Yaniv Kaul <[email protected]>
0 commit comments