[
https://issues.apache.org/jira/browse/NIFI-10451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602409#comment-17602409
]
ASF subversion and git services commented on NIFI-10451:
--------------------------------------------------------
Commit a4a3bdbc9814bb5e91bba871f4a43914c26a26ba in nifi's branch
refs/heads/main from Simon Bence
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a4a3bdbc98 ]
NIFI-10451 Updated QuestDB Status History Rollover to work with version 6
This closes #6374
Co-authored-by: David Handermann <[email protected]>
Signed-off-by: David Handermann <[email protected]>
> Update QuestDB based status history repository's clean up query
> ---------------------------------------------------------------
>
> Key: NIFI-10451
> URL: https://issues.apache.org/jira/browse/NIFI-10451
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework, Extensions
> Reporter: Simon Bence
> Assignee: Simon Bence
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> QuestDB 6.X uses a different syntax for dropping partitons (here: cleaning up
> old status history information) than 4.x. As the version number has been
> bumped, the query must be updated too. The currently expected syntax is the
> following:
> {{ALTER TABLE measurements DROP PARTITION LIST '2019-05-18';}}
> This is from the QuestDB
> [documentation|https://questdb.io/docs/reference/sql/alter-table-drop-partition]
> at the time of creating the ticket (might change in the future)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)