Temporary fix for "raw" types: set allowUncheckedConversion=true in coerceTo query.
In with the above flag set to false a conversion of list<T> to list (raw type) fails, because the latter is represented as list<Object>. (T is any type). This situation usually arises from queries like coerce(T to concept=ListType).
This commit is contained in:
parent
96918d0e1d
commit
0088532d87
|
|
@ -41209,6 +41209,14 @@
|
|||
<node concept="a7P8L" id="tbauFybkiW" role="3jbY8V">
|
||||
<ref role="a7OzE" node="tbauFybkiD" resolve="B" />
|
||||
</node>
|
||||
<node concept="3jhG_Y" id="61G6TdEgNS3" role="3jhGvd">
|
||||
<node concept="3jhG_Z" id="61G6TdEgNSl" role="3jhGob">
|
||||
<ref role="3jhG_U" node="5itBwMb2a1b" resolve="allowUncheckedConversion" />
|
||||
<node concept="3clFbT" id="61G6TdEgNSp" role="3jhG_S">
|
||||
<property role="3clFbU" value="true" />
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
|
|
|
|||
Loading…
Reference in New Issue