Giter Club home page Giter Club logo

Comments (5)

nightscape avatar nightscape commented on June 20, 2024

Can you post a small example file and the actual calls that you made?

from spark-excel.

plandem avatar plandem commented on June 20, 2024

Well, i provide schema where one field is like:

        {
           'name': 'amount',
           'type': DecimalType(15, 2),
        },

At excel it's custom type like # ##0 "EUR". Just trying to show() dataframe. with FloatType everything is ok

from spark-excel.

nightscape avatar nightscape commented on June 20, 2024

Would you mind trying to debug this?
In order to do this, check the code out locally, put a breakpoint in ExcelRelation:114 and check what value actually makes it fail.

from spark-excel.

plandem avatar plandem commented on June 20, 2024

not sure....I'm using it from pyspark :(

from spark-excel.

nightscape avatar nightscape commented on June 20, 2024

The parsing of BigDecimal has been changed to use the underlying Double value.
We potentially lose some precision by that, but parsing BigDecimal as Strings didn't work out well.
Can you try the latest version and comment here if it doesn't work?
I'll close this issue until then because I think it should be solved.

from spark-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.