liyafan82 commented on pull request #8475: URL: https://github.com/apache/arrow/pull/8475#issuecomment-716391341
> This might have "broken" the spark integration builds: https://github.com/ursa-labs/crossbow/runs/1304128112 > > ``` > Error: ] /spark/sql/catalyst/src/main/scala/org/apache/spark/sql/util/ArrowUtils.scala:47: not enough arguments for constructor Decimal: (x$1: Int, x$2: Int, x$3: Int)org.apache.arrow.vector.types.pojo.ArrowType.Decimal. > Unspecified value parameter x$3. > ``` > > (now I am not familiar enough with spark to know what kind of "broken" it is, but in any case the integration build is failing) @jorisvandenbossche Thanks for reporting the problem. The problem was caused by adding a new parameter to the constructor. Maybe we can solve it by restoring the default constructor and mark it as deprecated. Let's open an issue for it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
