bkyryliuk opened a new pull request #10165:
URL: https://github.com/apache/incubator-superset/pull/10165


   ### SUMMARY
   Downgrade sqlparse library to 0.3.0
   
   0.3.1 has a bug and reindentation converts
   
   ```
   extract(HOUR from from_unixtime(hour_ts) AT TIME ZONE 'America/Los_Angeles')
   ```
   into
   ```
   extract(HOUR **fromfrom_unixtime(hour_ts)** AT TIME ZONE 
'America/Los_Angeles')
   ```
   
   
   ### TEST PLAN
   unit tests and local deployment
   
   ### ADDITIONAL INFORMATION
   [x] Bug Fix


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to