mariosnic

Results 3 comments of mariosnic

same issue. This should be resolved the same way the mongo BI connector does in resolving type conflicts [Sampling Type Conflicts](https://docs.mongodb.com/bi-connector/current/schema/type-conflicts/)

I confirm that the patch mentioned by @vaibhavdalvi93 corrects the following scenario: Mongo collection has a field with both integers and doubles, and foreign table definition defines the column as...

@vaibhavdalvi93, Sorry for not replying sooner. I have also tested the integer type casting modification, which does convert bool, double and int32 to integers. So I can now confirm that...