From a406fdb57cd89b0787393a9e8abb0681468e8294 Mon Sep 17 00:00:00 2001 From: rajendra-dendukuri <47423477+rajendra-dendukuri@users.noreply.github.com> Date: Wed, 27 May 2020 06:15:43 -0400 Subject: [PATCH] [sonic-py-swsssdk] Advance submodule (#4636) **- Why I did it** Advance sonic-py-swsssdk submodule to fix #4632 **- How I did it** In py3, the response from redis connector is encoded as byte array. They need to be decoded before accessing them as strings. Use following commands to test sonic-db-cli CONFIG_DB "keys *" sonic-db-cli CONFIG_DB "hget PORT|Ethernet0 admin_status" **- How to verify it** sonic-db-cli CONFIG_DB "keys *" sonic-db-cli CONFIG_DB "hget PORT|Ethernet0 admin_status" Signed-off-by: Rajendra Dendukuri --- src/sonic-py-swsssdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sonic-py-swsssdk b/src/sonic-py-swsssdk index 03748ce070..9fab7297cd 160000 --- a/src/sonic-py-swsssdk +++ b/src/sonic-py-swsssdk @@ -1 +1 @@ -Subproject commit 03748ce070d9ca4b827e9fc679a18983a7656f1c +Subproject commit 9fab7297cd4a577ffceb50df99139942879108f1