Skip to content

Commit

Permalink
fix(native-filters): add support for boolean cols to select (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Aug 4, 2021
1 parent 1fecb23 commit 16f4902
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const FILTER_SUPPORTED_TYPES = {
filter_timegrain: [GenericDataType.TEMPORAL],
filter_timecolumn: [GenericDataType.TEMPORAL],
filter_select: [
GenericDataType.BOOLEAN,
GenericDataType.STRING,
GenericDataType.NUMERIC,
GenericDataType.TEMPORAL,
Expand Down

0 comments on commit 16f4902

Please sign in to comment.