Hi, Currently, WriterEntity takes Map<String, String> partitionKVs as an input configuration to write records to a partition.
Can this be enhanced to take List<String> partitionColumns and depending on the value of these columns, write records to their respective partitions? Can we automatically spawn a MR job to achieve this? Thanks, Rahul