Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
Description
Protobuf functions read from the descriptor file many time (e.g. at each executor). This is unncessary and error prone (e.g. what if the contents change couple of days after the streaming query starts?).
It only needs to be read once.