qbeast-spark
qbeast-spark copied to clipboard
QbeastOptions.toMap should return CaseInsensitiveMap
The input QbeastOptions.apply
gets from spark is a CaseInsensitiveMap
. Should QbeastOptions.toMap
return an instance of CaseInsensitiveMap
as well?