-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
needs reviewpriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
In which file did you encounter the issue?
GoogleCloudPlatform/python-docs-samples/spanner/cloud-client/bulk_load_csv/batch_import.py
Did you change the file? If so, how?
no
Describe the issue
Line 76,77
comments_file = 'hnewscomments.txt'
stories_file = 'hnewsstories.txt'
It should be ".csv" instead of ".txt"
Metadata
Metadata
Assignees
Labels
needs reviewpriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.