Skip to content

Commit a3fe547

Browse files
committed
added a comment
1 parent 9e38630 commit a3fe547

File tree

1 file changed

+2
-0
lines changed
  • fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/query

1 file changed

+2
-0
lines changed

fdb-relational-core/src/main/java/com/apple/foundationdb/relational/recordlayer/query/LiteralsUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ private LiteralsUtils() {
4848
// prevent instantiation
4949
}
5050

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
5153
@Nonnull
5254
public static Type.Array resolveArrayTypeFromObjectsList(List<Object> objects) {
5355
DataType distinctType = null;

0 commit comments

Comments
 (0)