Hi, Currently, FlightInfo has total_records and total_bytes fields, but FlightEndpoint does not. It would be great if FlightEndpoint also had these fields. These fields can be used for: - identifying the endpoint containing a specific record by offset among multiple endpoints. - efficiently distributing the processing load of endpoints based on their record count or size. Since FlightInfo already has these fields, it might not be technically difficult to add them to individual FlightEndpoints.
If creating an issue in GitHub is more appropriate, I will do so. Thank you.