luizotavio32 opened a new pull request, #35586:
URL: https://github.com/apache/superset/pull/35586
### SUMMARY
Improved CSV reader type casting by allowing pandas to handle `str`,
`object`, and `string` types directly instead of forcing all type conversions
through custom casting logic.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
<!--- Skip this if not applicable -->
### TESTING INSTRUCTIONS
<!--- Required! What steps can be taken to manually verify the changes? -->
Upload a .csv with the following column and values, define the typing as
{"id":"str"}
```
id
1439403621518935563
42286989
1413660691875593351
8.26839E+17
```
The dataset created should have the exact same values as in the csv
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]