Fix NPE at TableMetadata.equals()
Description
TableMetadata.equals() throws a NPE if its options could not be parsed.
Environment
None
Pull Requests
None
Activity
Show:
Alex Dutra
April 8, 2016, 5:30 PM
Due to incorrect parsing of some table options (we don't have information about which option failed – will open a separate ticket if we have that information later).
Alex Dutra
April 8, 2016, 5:29 PM
Note: already fixed in 3.0.x, should not be merged.
Alex Dutra
April 8, 2016, 3:15 PM
Btw is it possible to have the CREATE TABLE statement that originated the NPE? Thanks!