apache / doris-spark-connector

Spark Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
83 stars 98 forks source link

[Enhancement] support limit query push down #228

Open SongboWang1998 opened 3 months ago

SongboWang1998 commented 3 months ago

Search before asking

Description

I found that doris-spark-connector(v 1.3.0) does not support push-down of limit query yet. Will this cause a large performance burden on querying huge data tables?

Solution

add a configuration like DORIS_LIMIT_QUERY?

Are you willing to submit PR?

Code of Conduct