Rahul Patwari created BEAM-9240:
-----------------------------------
Summary: Check for Nullability in typesEqual() method of FieldType
class
Key: BEAM-9240
URL: https://issues.apache.org/jira/browse/BEAM-9240
Project: Beam
Issue Type: Bug
Components: dsl-sql
Affects Versions: 2.18.0
Reporter: Rahul Patwari
Assignee: Rahul Patwari
Fix For: 2.19.0
{{If two schemas are reated like this:}}
{{{{Schema schema1 = Schema.builder().addStringField("col1").build();}}}}
{{Schema schema2 = Schema.builder().addNullableField("col1",
FieldType.STRING).build();}}
{{schema1.typeEquals(schema2) returns "true" even though the schemas differ by
Nullability}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)