sjyangkevin commented on PR #53690: URL: https://github.com/apache/airflow/pull/53690#issuecomment-3134483966
> Are there any similar cases we need to account for with float or int between numpy 1.x and 2.x? I have a test DAG https://github.com/apache/airflow/issues/52753#issuecomment-3092694495 which check for the integer types and the floating point types listed in the serializers. I think it is good with those types. However, as mentioned here https://github.com/apache/airflow/pull/53690#discussion_r2230037816. The `np.float32` is not in the serializers list. So, it is likely that when this type is passed through, there is no serializer can be found for this. I can also run a test for it. (But it is a different thing from the issue we discussed) -- 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]
