Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize data type 'number' #2700

Open
tenthe opened this issue Apr 5, 2024 · 0 comments
Open

Harmonize data type 'number' #2700

tenthe opened this issue Apr 5, 2024 · 0 comments

Comments

@tenthe
Copy link
Contributor

tenthe commented Apr 5, 2024

Body

Currently, the number data type serves both as a data type and a semantic type, causing inconsistency across the code base.

The PR #2616 initiated some harmonization steps, but there are still dual definitions for the number type:

  • One in DataType (XSD:number)
  • One in SemanticType (SO:number)

I propose supporting number solely as a data type and eliminating its role as a semantic type.
However, prior to making this change, it's crucial to assess which pipeline elements rely on number as a semantic type.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant