amoghrajesh commented on PR #53939:
URL: https://github.com/apache/airflow/pull/53939#issuecomment-3149555090

   You have found a good bug.
   ```
   import numpy as np
   npf = np.float64(1.23412415)
   isinstance(npf, _primitives)
   Out[5]: True
   npi = np.int64(290)
   isinstance(npi, _primitives)
   Out[7]: False
   ```
   
   It never reaches the np serializer. Feel free to create an issue for that.


-- 
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]

Reply via email to