Dima G
Dima G
> I got here after seeing this issue in python. > > Would be great if it's possible to unite the two metadata requests before a producer sends the first...
I also find this a problem. all fields are automatically uppercased, makes working with ksql along with kafka connect sinks impossible. to add matters worse, even if aliasing fields with...
I am getting the following error: ``` pyspark.sql.utils.AnalysisException: 'Queries with streaming sources must be executed with writeStream.start();; ``` when doing this: ``` p_model.transform(imageStream).select("probability", "prediction").writeStream.format("console").start().awaitTermination() ``` Could you please show an...
same graining issue for me after updating to 2.0.6 on windows 11. any fix in the working?