xudong963 opened a new issue #1262:
URL: https://github.com/apache/arrow-datafusion/issues/1262


   **Describe the bug**
   `create_external_table_with_timestamps` failed locally, but CI seems normal.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   ```
   expected:
   
   [
       "+--------+-------------------------+",
       "| name   | ts                      |",
       "+--------+-------------------------+",
       "| Andrew | 2018-11-13 17:11:10.011 |",
       "| Jorge  | 2018-12-13 12:12:10.011 |",
       "+--------+-------------------------+",
   ]
   actual:
   
   [
       "+--------+-------------------------+",
       "| name   | ts                      |",
       "+--------+-------------------------+",
       "| Andrew | 2018-11-13 09:11:10.011 |",
       "| Jorge  | 2018-12-13 04:12:10.011 |",
       "+--------+-------------------------+",
   ]
   ```
   
   **Additional context**
   It seems a zone question, I'm in east 8th.
   


-- 
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.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to