wangshubing1 commented on issue #63: Bug fix: When auto create table throw 
table already exists exception
URL: https://github.com/apache/bahir-flink/pull/63#issuecomment-526109859
 
 
   When I followed your official website addSink
   `env.fromCollection(books)
       .addSink(new KuduSink<>("172.25.0.6", tableInfo));
   
   env.execute();`
   
   I found 
   `public KuduSink(String kuduMasters, KuduTableInfo tableInfo, 
KuduSerialization<OUT> serializer)`
   
   the  KuduSerialization<OUT> serializer parameter is missing

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to