Giter Site home page Giter Site logo

The database is the field where oracle partition_cloumn (id) is NUMBER; Size, scale 0, restapi submit-job error about seatunnel HOT 6 OPEN

sandyustc avatar sandyustc commented on September 24, 2024
The database is the field where oracle partition_cloumn (id) is NUMBER; Size, scale 0, restapi submit-job error

from seatunnel.

Comments (6)

hawk9821 avatar hawk9821 commented on September 24, 2024

What is the id field type for table1 ? is number(18,0) ?

from seatunnel.

sandyustc avatar sandyustc commented on September 24, 2024

What is the id field type for table1 ? is number(18,0) ?
@hawk9821 thanks
The ID field of the table is of type number(0,0)

from seatunnel.

hawk9821 avatar hawk9821 commented on September 24, 2024

Problems with oracle data type conversion , A conversion logic error caused the oracle number type to be converted to Decimal(38,18). The expectation should be Long

from seatunnel.

sandyustc avatar sandyustc commented on September 24, 2024

Problems with oracle data type conversion , A conversion logic error caused the oracle number type to be converted to Decimal(38,18). The expectation should be Long
@hawk9821 thanks

Oracle table field ID number type size and precision set to 0, should not be converted to decimal(38,18), why is it converted to this, what special requirements, if this is limited, that the column name for split data ,it can not be processed("partition_column": "id")

from seatunnel.

hawk9821 avatar hawk9821 commented on September 24, 2024

image
image
The oracle number data type can store float data without specifying the precision, so seatunnel is treated as float and converted to Decimal(38,18). Change table field ID data type to number(x,0)

from seatunnel.

github-actions avatar github-actions commented on September 24, 2024

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

from seatunnel.

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.