Skip to content

Commit a171ff4

Browse files
Remove unit conversion
1 parent e9f4c00 commit a171ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_gbq/gbq_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def run_query(
280280
# we need to get it from the query result
281281
# For query_and_wait_via_client_library, the RowIterator should have job set
282282
raise ValueError("Cannot access QueryJob from RowIterator for dry_run")
283-
return query_job.total_bytes_processed / 1024**3
283+
return query_job.total_bytes_processed
284284

285285
return self._download_results(
286286
rows_iter,

0 commit comments

Comments
 (0)