[ https://issues.apache.org/jira/browse/NIFI-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512877#comment-15512877 ]
ASF GitHub Bot commented on NIFI-2802: -------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/1044 > The implementation classes don't support orderByClause. > ------------------------------------------------------- > > Key: NIFI-2802 > URL: https://issues.apache.org/jira/browse/NIFI-2802 > Project: Apache NiFi > Issue Type: Bug > Components: Extensions > Affects Versions: 1.0.0 > Reporter: Byunghwa Yun > Priority: Minor > > The implementation classes don't support orderByClause. > The below code is the part of GenericDatabaseAdapter class(even > OracleDatabaseAdapter and DerbyDatabaseAdapter). > if (!StringUtils.isEmpty(orderByClause)) { > query.append(" ORDER BY "); > query.append(whereClause); > } > Expected: > if (!StringUtils.isEmpty(orderByClause)) { > query.append(" ORDER BY "); > query.append(orderByClause); > } -- This message was sent by Atlassian JIRA (v6.3.4#6332)