Function timeout
Polybase functions have a 5 second timeout period.Indexes on Collection fields must be explicitly defined
You can index fields of type Collection but they must be explicitly defined using:@index(collectionField)
Limitation on indexing maps and arrays
Currently, Polybase does not support indexing of elements of maps or arrays. This means that you will not be able to usewhere or sort on the elements
in these types.
Example:
If you have a schema such as:
details or addresses to the index
details or addresses
Limitations on optional types in maps
Currently Polybase does not supportnull values in maps.
If you have an optional value that may not exist, you must still provide a
value for the key or omit the type.
Example:
If you have a schema such as: