You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When casting a Decimal(18,10) with value 0 to a string, Spark produces 0E-10, but Comet produces 0.000000000000000000 (18 zeroes after the decimal place).
See test("cast StructType to StringType") in CometCastSuite for more details.
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem the feature request solves?
When casting a
Decimal(18,10)
with value0
to a string, Spark produces0E-10
, but Comet produces0.000000000000000000
(18 zeroes after the decimal place).See
test("cast StructType to StringType")
inCometCastSuite
for more details.Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: