We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e38630 commit a3fe547Copy full SHA for a3fe547
fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/query/LiteralsUtils.java
@@ -48,6 +48,8 @@ private LiteralsUtils() {
48
// prevent instantiation
49
}
50
51
+ // This is not sufficient, as we should try to coercion struct types rather than checking for them being
52
+ // identical. https://github.com/FoundationDB/fdb-record-layer/issues/3472
53
@Nonnull
54
public static Type.Array resolveArrayTypeFromObjectsList(List<Object> objects) {
55
DataType distinctType = null;
0 commit comments