TheNeuralBit opened a new issue, #22948: URL: https://github.com/apache/beam/issues/22948
### What needs to happen? Currently when we convert a pandas DataFrame to Beam Rows we check for nulls in every column. This is wasteful, we should instead only do null-checking for the columns that we know to be nullable. ### Issue Priority Priority: 2 ### Issue Component Component: dsl-dataframe -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
