You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gardella Juan Pablo (JIRA)" <ji...@apache.org> on 2018/04/06 18:52:00 UTC

[jira] [Created] (NIFI-5049) Fixhandling of Phonenix datetime columns in QueryDatabaseTable and GenerateTableFetch

Gardella Juan Pablo created NIFI-5049:
-----------------------------------------

             Summary: Fixhandling of Phonenix datetime columns in QueryDatabaseTable and GenerateTableFetch
                 Key: NIFI-5049
                 URL: https://issues.apache.org/jira/browse/NIFI-5049
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 0.6.0
            Reporter: Gardella Juan Pablo
            Assignee: Matt Burgess
             Fix For: 1.2.0


Due to default handling of Oracle columns returned as java.sql.Date types, the string literals used to compare against the column values must be in the same format as the NLS_DATE_FORMAT setting of the database (often YYYY-MM-DD).

I believe when "Oracle" is provided as the database type (formerly known as pre-processing strategy), Oracle's Datetime Functions (such as TO_DATE or TO_TIMESTAMP) could be leveraged to give more fine-grained maximum-value information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)