listEntities
always returns an Int32 type for a value of "1.23456789012346e+24"
#18148
Closed
2 of 5 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Tables
Milestone
Describe the bug
When calling
listEntities()
, one of the entities in my table contains a value of "1.23456789012346e+24". This is clearly beyond the limits of an Int32 value, yet Int32 is the type that's returned by the SDK. This happens even if the value is explicitly inserted as a Double.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect
inputEntity
to have the same value asentity
.Instead,
entity
has a value of:Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: