Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
161 stars 68 forks source link

Fix the betterproto version to 2.0.0b6 #2814

Closed bobbai00 closed 2 weeks ago

bobbai00 commented 2 weeks ago

The reason of this fix is if the betterproto is upgraded to 2.0.0b7, the console message's datetime would have issue, resulting into python udf's stuck.

This is only a temporary fix. The final fix should uniform the way python udf generate console messages.

bobbai00 commented 2 weeks ago

Could you please add a simple test case to reproduce the issue, and verify that this b6 version does not have the issue? We should implement the final fix soon and that test case can be helpful.

I will close this issue. I believe the final fix is done by #2815 . Please review it. Thanks!