Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2df7adb

Browse filesBrowse files
alixhamitswast
authored andcommitted
BigQuery: Remove unnecessary line from client.create_table() test (#4043)
1 parent 20fa529 commit 2df7adb
Copy full SHA for 2df7adb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed

‎bigquery/tests/unit/test_client.py

Copy file name to clipboardExpand all lines: bigquery/tests/unit/test_client.py
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,7 @@ def test_create_table_w_schema_and_query(self):
505505
{'name': 'full_name', 'type': 'STRING', 'mode': 'REQUIRED'},
506506
{'name': 'age', 'type': 'INTEGER', 'mode': 'REQUIRED'}]
507507
},
508-
'view': {
509-
'query': query,
510-
'useLegacySql': True
511-
},
508+
'view': {'query': query},
512509
}
513510
schema = [
514511
SchemaField('full_name', 'STRING', mode='REQUIRED'),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.