spark-doris-connector/spark-doris-connector-base/src/main/java/org/apache/doris/spark/client/entity/DorisReaderPartition.java [41:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.database = database;
        this.table = table;
        this.backend = backend;
        this.tablets = tablets;
        this.opaquedQueryPlan = opaquedQueryPlan;
        this.readColumns = readColumns;
        this.filters = filters;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spark-doris-connector/spark-doris-connector-base/src/main/java/org/apache/doris/spark/client/entity/DorisReaderPartition.java [55:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.database = database;
        this.table = table;
        this.backend = backend;
        this.tablets = tablets;
        this.opaquedQueryPlan = opaquedQueryPlan;
        this.readColumns = readColumns;
        this.filters = filters;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



