Skip to content

Commit

Permalink
fix: backend_serializer_map
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 11, 2023
1 parent 73ab0f1 commit 5326c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare -A backend_serializer_map=(["memory"]="text" \
["hbase"]="hbase" \
["rocksdb"]="binary" \
["postgresql"]="postgresql" \
["hstore"]="hstore")
["hstore"]="binary")

SERIALIZER=${backend_serializer_map[$BACKEND]}

Expand Down

0 comments on commit 5326c70

Please sign in to comment.