Hi @ankit_chaudhary
The schema is pre defined. I don't think we can change the datatype of the Schema .
Its known limitation.
can you think of a work around in this situation?
Also, can you give me some examples of values stored for MAP datatype.
Thanks,
Vijay.
yes you are correct you can't change the type of standard fields only, however the schema is not predefined you can create your own new fields as per the requirement check this tutorial on how to add new fields in a schema, i would recommend creating a new field which is best suited for your requirement(an enum would be better if you just want to save "y" or "n") then use data prep functions to alter your data accordingly for the new field
Now again the map data type is used to store key value pairs in a field a common example of map type field is Identity map refer to this document for more details on map type fields.