Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jun 18, 2025
commit a7aabe9fb829b8862a3a23fce25ee9187cf6a307
4 changes: 3 additions & 1 deletion tests/system/large/blob/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def test_blob_exif(
connection=bq_connection,
)

actual = exif_image_df["blob_col"].blob.exif(engine="pillow", connection=bq_connection)
actual = exif_image_df["blob_col"].blob.exif(
engine="pillow", connection=bq_connection
)
expected = bpd.Series(
['{"ExifOffset": 47, "Make": "MyCamera"}'],
session=session,
Expand Down