narrowizard opened a new issue, #4828: URL: https://github.com/apache/incubator-devlake/issues/4828
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When using the Devlake platform to collect development data from third-party platforms, we encountered an error while mapping float type fields using the Customize plugin. The error message states that the input syntax for type double precision is invalid and empty String was passed. ### What do you expect to happen We anticipate that mapping float type fields using Customize plugin should not result in any errors, and it should correctly map the fields from raw layer data to domain layer. This will ensure that the DevLake platform accurately collects, analyzes and visualizes data from DevOps tools, extracting insights for engineering excellence, developer experience, and community growth. ### How to reproduce Setup devlake and collect data with jira plugin. Attempt to map the float type fields from raw layer data to domain layer with customize plugin. eg: mapping a `customfield_10024` field from _raw_jira_api_issues table to issues entity. Error message "invalid input syntax for type double precision: ''" is displayed. ### Anything else  ### Version main ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
