Oracle列类型数字在spark中显示十进制值

发布于 2025-01-11 15:51:55 字数 182 浏览 0 评论 0原文

使用spark read jdbc选项,我正在读取oracle表,其中一列类型是“数字”类型。读取并写入 s3 存储桶后,数据帧 printschema 显示十进制(38,10)。我知道转换为 int 类型可以有所帮助,但我们使用 Intger 类型和十进制值(数据帧值)创建的红移表的问题不允许执行复制命令。除了强制转换之外还有其他解决方案吗? ?

Using spark read jdbc option , i am reading oracle table and one of the column type is 'Number' type. After reading and writing into s3 bucket, dataframe printschema is showing decimal(38,10). I know cast to int type can help but issue with we created redshift table with Intger type and decimal value(data frame value) is not allowing to do copy command. Is there any solution other than cast option. ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文