Enhancement Request - ARP JDBC Data Type Mapping

When mapping data types, date and timestamp objects need to support NOT passing in a calendar object to the getDate and getTimestamp methods. In my scenario, the JDBC driver just doesn’t implement these versions of the methods and only supports calling the non-Calendar method.

Something like the enable_utc_calendar option shown below.

  • source:
    name: “DATE”
    enable_utc_calendar: false
    dremio:
    name: “date”
  • source:
    name: “TIMESTAMP”
    enable_utc_calendar: false
    dremio:
    name: “timestamp”