Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash during normalization of time zones #1407

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2024

  1. Fix crash during normalization of time zones

    Add another chak for the tests
    
    Address PR comments and add more test cases
    
    Fix edge case on Windows
    
    Fix broken test on windows
    
    Recreate the timestamp with timezone
    
    Coerce all timezone to datetime.timezone
    
    Add metadata to compat tests
    
    Add meta to compat tests
    
    Add a check for the buff len from denormalizing timestamps
    
    Add a note in the docs about using the time zone info to create other time zone types
    
    Add comment about the old PD_TIMESTAMP normalization
    
    Handle case when we have a valid tz from a past version
    
    Fix tz in meta in backwards compat test
    
    Fix install of old protobuf version
    
    Remove outdated assert
    
    Add 0 offset case
    
    Add write of meta data
    G-D-Petrov committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8d774b4 View commit details
    Browse the repository at this point in the history
  2. Fix interop test

    G-D-Petrov committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6b24588 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Add metadata to append

    G-D-Petrov committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    641d6ab View commit details
    Browse the repository at this point in the history