google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

bigquery storage "Message too long" Error

Open thuibr opened this issue 3 months ago • 0 comments

Determine this is the right repository

  • [x] I determined this is the correct repository in which to report this bug.

Summary of the issue

Context I was trying to read data with google cloud storage bigquery.

Expected Behavior: To not get any errors.

Actual Behavior: Got error E0000 00:00:1760880413.137812 48661450 tcp_posix.cc:595] recvmsg encountered uncommon error: Message too long

API client name and version

google-cloud-bigquery-storage 2.33.1

Reproduction steps: code

file: main.py

   def reproduce():
    # complete code here

Reproduction steps: supporting files

file: mydata.csv

alpha,1,3
beta,2,5

Reproduction steps: actual results

file: output.txtmydata.csv

Calculated: foo

Reproduction steps: expected results

file: output.txtmydata.csv

Calculated: bar

OS & version + platform

No response

Python environment

No response

Python dependencies

No response

Additional context

No response

thuibr avatar Oct 19 '25 13:10 thuibr