Commit 562deea
* Add method signature compatibility reminders
* Add bqstorage_client param to QueryJob.to_arrow()
* Add test for to_*() method signature compatibility
The method signatures for to_arrow() and to_dataframe() methods in the
job.QueryJob and table.RowIterator classes must match to present a
consistent API for users.
* Skip method signature test in old Pythons
inspect.signature() method is only available in older Python versions
1 parent f7faf20 commit 562deea
File tree
3 files changed
+75
-2
lines changed- bigquery
- google/cloud/bigquery
- tests/unit
3 files changed
+75
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2896 | 2896 | | |
2897 | 2897 | | |
2898 | 2898 | | |
2899 | | - | |
| 2899 | + | |
| 2900 | + | |
| 2901 | + | |
2900 | 2902 | | |
2901 | 2903 | | |
2902 | 2904 | | |
| |||
2919 | 2921 | | |
2920 | 2922 | | |
2921 | 2923 | | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
2922 | 2936 | | |
2923 | 2937 | | |
2924 | 2938 | | |
| |||
2932 | 2946 | | |
2933 | 2947 | | |
2934 | 2948 | | |
2935 | | - | |
| 2949 | + | |
| 2950 | + | |
| 2951 | + | |
2936 | 2952 | | |
| 2953 | + | |
| 2954 | + | |
2937 | 2955 | | |
2938 | 2956 | | |
2939 | 2957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1449 | 1449 | | |
1450 | 1450 | | |
1451 | 1451 | | |
| 1452 | + | |
| 1453 | + | |
1452 | 1454 | | |
1453 | 1455 | | |
1454 | 1456 | | |
| |||
1552 | 1554 | | |
1553 | 1555 | | |
1554 | 1556 | | |
| 1557 | + | |
| 1558 | + | |
1555 | 1559 | | |
1556 | 1560 | | |
1557 | 1561 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments