stevedlawrence opened a new pull request, #1068:
URL: https://github.com/apache/daffodil/pull/1068

   A conversion from a source type of xs:double to a target type of 
xs:unsignedLong correctly inserts a DoubleToUnsignedLong converter, but follows 
that with an additional LongToUnsignedLong converter. This leads to an 
exception because LongToUnsignedLong expects to get a Long, but the 
DoubleToUnsignedLong converter has converted the value to a BigInt (the 
representation for an UnsignedLong).
   
   The additional converter is not needed and is likely a copy/paste error. 
This removes the unneeded converter and allows the conversion to succeed.
   
   DAFFODIL-2839


-- 
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]

Reply via email to