2019-11-24 06:53:58 UTC - Loganathan: @Loganathan has joined the channel ---- 2019-11-24 08:02:09 UTC - Fernando: I’m having trouble with pulsar SQL. I have a connector producing test data (data-generator) but if I try to create a `table as` :
```create table pulsar."public/default".test as select * from pulsar."public/default".generator_test;``` it says `Query 20191124_075641_00056_qqisa failed: line 1:1: Destination table 'pulsar.public/default.test' already exists` which is not true ---- 2019-11-24 08:02:32 UTC - Fernando: how should I create tables then? ----
