nichobbs commented on issue #4058: Oracle "ORA-00907: missing right parenthesis" error URL: https://github.com/apache/incubator-superset/issues/4058#issuecomment-351922589 This seems to be due to Oracle not liking the concatenation of the 'T' into the timestamp in the generated boundary dates e.g.: AND created <= TO_TIMESTAMP('2017-12-15T05:49:48', 'YYYY-MM-DD'**T**'HH24:MI:SS.ff6')) I extracted the SQL from the log and put it in SQL developer which gives me an error at the intermediate T. I'm sorry I'm not in a position to take a look at the code and provide a PR at the moment but hopefully this will help someone to fix it as I'm experiencing the same issue :)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
