prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.96k stars 5.35k forks source link

Update the MongoDB connector to support binData data type #23083

Closed exxiang closed 2 months ago

exxiang commented 3 months ago

The MongoDB connector cannot support “binData” data type

Expected Behavior or Use Case

the MongoDB connector should support load binData data type

Presto Component, Service, or Connector

The Presto Java based MongoDB connector

Possible Implementation

Example Screenshots (if appropriate):

Context

exxiang commented 3 months ago

@elharo Our company is currently using presto. I am a newer to open source.Can I make this issue as my first ? I have already supported this data type in my object.

exxiang commented 3 months ago

@elharo Our company is currently using presto. I am a newer to open source.Can I make this issue as my first ? I have already supported this data type in my object.

I have already submitted a Pr