You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow map variables to be extracted as final field in a variable path. Currently, nothing should be allowed to come after a Map object.
Based on the Avro map spec , only maps with string based keys are allowed. Most likely, these Strings are actually Utf8 instances and the Maps are probably java.util.Map instances. These should be turned into Scala Maps with some function like:
Allow map variables to be extracted as final field in a variable path. Currently, nothing should be allowed to come after a Map object.
Based on the Avro map spec , only maps with string based keys are allowed. Most likely, these Strings are actually Utf8 instances and the Maps are probably
java.util.Map
instances. These should be turned into Scala Maps with some function like:Example Avro Protocol (example.avpr)
Examples of Acceptable Aloha Feature Specifications
Examples of Unacceptable Aloha Feature Specifications
The text was updated successfully, but these errors were encountered: