Skip to content
  • Toralf Wittner's avatar
    Decode empty lists, sets and maps properly. · 9574b051
    Toralf Wittner authored
    Empty lists, sets and maps in cassandra are represented as 'null'.
    Currently we fail to decode these. This commit checks first if the
    collection is null and returns an empty one in this case.
    9574b051