Hi,

I've got a schema with multiple levels of depths (sub-records) that I would
need to change slightly. In particular, I need to change the "precision"
and "scale" properties on a decimal field.

My problem is that apparently in Java a field's properties are immutable.
If you call the "add prop()" method for a property that already exists, you
get an exception.

Is there a way to make this type of modification on an existing schema, or
do you have to recreate the entire schema from scratch?

Thank you,

Julien

Reply via email to