Integer type fields in a Spatially Enabled DataFrame are converted to esriFieldTypeDouble instead of esriFieldTypeInteger when published in ArcGIS Online or ArcGIS Enterprise.
上次发布: April 11, 2023ArcGIS API for Python
漏洞 ID 编号
BUG-000156770
已提交
March 20, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
2.0.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Int64 is outside the boundary of what the integer column supports for the feature class. In order to support this, the columns must be cast to a double. To keep it as type integers, use type int32 columns.