Hello Community, JdbcPOJOInputOperator reads from a database using JDBC API and emits a POJO for each record.
In the current implementation, Date/Time/Timestamp fields of the table are mapped to "long" field in POJO. While this works fine, it is not intuitive. I would like to enhance the operator so that user can specify fields with the type Date/Time/Timestamp in POJO. Please let me know your thoughts on this. Here's the JIRA ticket https://issues.apache.org/jira/browse/APEXMALHAR-2075 Thanks, Shubham
