simon824 commented on code in PR #263:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/263#discussion_r861563651
##########
hugegraph-loader/src/main/java/com/baidu/hugegraph/loader/reader/jdbc/RowFetcher.java:
##########
@@ -131,15 +131,15 @@ public List<Line> nextBatch() throws SQLException {
}
String select = this.source.existsSql() ?
- this.source.sql() :
this.source.vendor().buildSelectSql(this.source, this.nextStartRow);
+ this.source.customSQL() :
this.source.vendor().buildSelectSql(this.source, this.nextStartRow);
Review Comment:
get it ,thx.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]