I tried using a MongoDB column of type Date as an incremental reflection key and am getting this error:
DATA_READ ERROR: Dremio only supports incremental column update on BIGINT types. The identified column was of type DATE.
Is there a good reason for such limitation? Is there a plan to support other comparable atomic types?
Thanks