Romain Rigaux
Romain Rigaux
Describing a column errors too, e.g.: ``` CREATE TABLE datagen ( f_sequence INT, f_random INT, f_random_str STRING, ts AS localtimestamp, WATERMARK FOR ts AS ts ) WITH ( 'connector' =...
:+1: I confirm it works, thanks!
So far it is pretty stable! Just another one: "dropping a table with a Watermark" column fails: https://github.com/ververica/flink-sql-gateway/issues/71 (edit: moved to dedicated issue in case it is not related to...
Note: in ksqDB we get a Stream Response when executing a query, which allow real time displays (instead of pulling results continuously) e.g. how then a Python client can call...
How often do you want to run it? Try to put every day
https://github.com/dropbox/PyHive/pull/278 might fix it too
On a MacBook Pro Ventura 13.1 with the Python backend: ``` Choose your backend: [1] FasterTransformer backend (faster, but limited models) [2] Python backend (slower, but more models, and allows...
About `ems` ``` NotImplementedError: The operator 'aten::cumsum.out' is not currently implemented for the MPS device. If you want this op to be added in priority during the prototype phase of...
There is a Playground repro in https://github.com/microsoft/monaco-editor/issues/3241
We use the editor sometimes inside a Web component and face this issue. We use the above patch successfully, it would be awesome to get it into master