We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8b4a commit aeef2a8Copy full SHA for aeef2a8
tests/system/large/blob/test_function.py
@@ -61,7 +61,7 @@ def test_blob_exif(
61
connection=bq_connection,
62
)
63
64
- actual = exif_image_df["blob_col"].blob.exif(connection=bq_connection)
+ actual = exif_image_df["blob_col"].blob.exif(engine="pillow", connection=bq_connection)
65
expected = bpd.Series(
66
['{"ExifOffset": 47, "Make": "MyCamera"}'],
67
session=session,
0 commit comments