Closed jeffreylutz closed 4 years ago
Hey Jeffrey. Can you provide the SQL script? Just paste it in here is fine.
Sorry... you mentioned the zip file...
Didn't mean to close the issue. I don't see the zip file.
@jeffreylutz I'd like to take a look at your issue. I don't see the zip file included here in the issue... do you want to include it?
@jeffreylutz I'm going to close this due to lack of response. Please let me know if you are still seeing this issue?
Describe the bug When using the pipelineExecute (gradle-confluent version 1.1.22) task under gradlew (v 6.4.1) against KSQL under CP 5.5.0, the DELETE TABLE doesn't contain the DELETE TOPIC when the @DeleteTopic annotation comment is added 1 line above the CREATE TABLE string.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expecting the TOPIC backing the table to be deleted due to the @DeleteTopic annotation in the sql. DROP TABLE IF EXISTS Q_FORMATION_CAMERA_LOCATIONS DELETE TOPIC; INSTEAD GETTING DROP TABLE IF EXISTS Q_FORMATION_CAMERA_LOCATIONS;