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

Fix panic in timescale target with iot use case (#233) #1

Merged
merged 1 commit into from Oct 31, 2023

Conversation

citrusreticulata
Copy link
Owner

  • Ensure all tables are created before continuing

When create-metrics-table is false, PostCreateDB does not populate tableCols, causing incorrect column count in Timescale processor. Wait for all tables to be created.

  • Ignore out directory

* Ensure all tables are created before continuing

When create-metrics-table is false, PostCreateDB does not populate tableCols,
causing incorrect column count in Timescale processor.  Wait for all tables to be created.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

* Ignore `out` directory

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>

---------

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
@citrusreticulata citrusreticulata merged commit 074cefa into iotdb Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants