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: Fixed the column name corruption bug in TabularDataset.column_names #590

Merged
merged 3 commits into from Aug 4, 2021

Commits on Aug 3, 2021

  1. fix: Fixed bug in TabularDataset.column_names

    Fixes googleapis#589
    
    The `end` parameter of the `blob.download_as_bytes` function is inclusive, not exclusive.
    
    > There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.
    Ark-kun committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3a482e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4d5670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3abe131 View commit details
    Browse the repository at this point in the history