hey, is there a plan to add a table creation modul...
# general
y
hey, is there a plan to add a table creation module in the cluster management UI?
k
thats already supported right
y
hmm, i did not find it on the UI...
k
message has been deleted
y
oh.. under table.. thanks..
is there a way to import schema from avro or json?
k
there is a admin tool but its not hooked up in the ui
Copy code
AvroSchemaToPinotSchema
y
got it. yeah, it'll be a cool feature to integrate it into the uI
k
problem is we dont want to bring dependency on avro, thrift, protobuf, parquet etc.. took a long time to clean it up
its hard to do it in a generic way without depending on them explicitly
y
i see. then how does the command work?
to get the dependency?
k
Command is in a different module Pinot tools
y
i see. then it does need a separate web server for the UI to get around this issue
k
Or model it as spi