richardantal commented on PR #120:
URL: 
https://github.com/apache/phoenix-queryserver/pull/120#issuecomment-2238702717

   I ran the tests locally with python 3.12 and I got this error in 
test_timestamp:
   
   ```
   E           AssertionError: Lists differ: [[1, [93 chars]12, 12, 1, 2)], [4, 
datetime.datetime(2015, 7,[30 chars]one]] != [[1, [93 chars]12, 13, 1, 2)], [4, 
datetime.datetime(2015, 7,[30 chars]one]]
   E
   E           First differing element 2:
   E           [3, datetime.datetime(2015, 7, 12, 12, 1, 2)]
   E           [3, datetime.datetime(2015, 7, 12, 13, 1, 2)]
   E
   E             [[1, datetime.datetime(2015, 7, 12, 13, 1, 2, 123000)],
   E              [2, None],
   E           -  [3, datetime.datetime(2015, 7, 12, 12, 1, 2)],
   E           ?                                      ^
   E
   E           +  [3, datetime.datetime(2015, 7, 12, 13, 1, 2)],
   E           ?                                      ^
   E
   E           -  [4, datetime.datetime(2015, 7, 12, 12, 1, 2, 123000)],
   E           ?                                        ------
   E
   E           +  [4, datetime.datetime(2015, 7, 12, 13, 1, 2, 123000)],
   E           ?                                      ++++++
   E
   E              [5, None]]
   
   phoenixdb/tests/test_types.py:218: AssertionError
   ```


-- 
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: issues-unsubscr...@phoenix.apache.org

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

Reply via email to