We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If two fields with the same name but a different data type are found, the Stream Schema Merge converts the unified output field to a String:
hop/plugins/transforms/streamschemamerge/src/main/java/org/apache/hop/pipeline/transforms/streamschemamerge/SchemaMapper.java
Line 63 in c80693c
This should be reflected in the documentation: https://hop.apache.org/manual/latest/pipeline/transforms/streamschemamerge.html
Priority: 3
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered:
.take-issue
Sorry, something went wrong.
updated Stream Schema Merge transform documentation. fixes apache#4049
3b5c282
ca87b6c
7e7a856
bamaer
No branches or pull requests
What needs to happen?
If two fields with the same name but a different data type are found, the Stream Schema Merge converts the unified output field to a String:
hop/plugins/transforms/streamschemamerge/src/main/java/org/apache/hop/pipeline/transforms/streamschemamerge/SchemaMapper.java
Line 63 in c80693c
This should be reflected in the documentation:
https://hop.apache.org/manual/latest/pipeline/transforms/streamschemamerge.html
Issue Priority
Priority: 3
Issue Component
Component: Documentation, Component: Transforms
The text was updated successfully, but these errors were encountered: