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
APC sink schema
In APC sink the vehicle_load data type is now UINT_16. However it might have negative values, so INT_16 is probably better option.
Problem is now that the clients that uses the parquet files and respects the data type now converts the data to odd values like 65500 for example.
Convert history data if easy.
The text was updated successfully, but these errors were encountered:
LofhJann
No branches or pull requests
APC sink schema
In APC sink the vehicle_load data type is now UINT_16. However it might have negative values, so INT_16 is probably better option.
Problem is now that the clients that uses the parquet files and respects the data type now converts the data to odd values like 65500 for example.
Convert history data if easy.
The text was updated successfully, but these errors were encountered: