Skip to content

v3.2.0.0-lyft: Temporary fix for SPARK-36990 (#43)

Compare
Choose a tag to compare
@catalinii catalinii released this 14 Oct 17:38
· 157 commits to v3.2-lyft since this release
bbf7a91
* Temporary fix for SPARK-36990
As we cannot differentiate between uint32 and int32, use LongIntegerUpdater by default, which converts an int32 to long using signed conversion