Skip to content

"Mismatched Domain types: smallint vs integer" error in Parquet predicate pushdown #123

@findepi

Description

@findepi
create table t_si(si smallint, value varchar) with (format = 'PARQUET');

insert into t_si VALUES (SMALLINT '1', 'a');

select * from t_si where si = 1;
IllegalArgumentException: Mismatched Domain types: smallint vs integer

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions