Francesco Capponi
Francesco Capponi
Ok, so you would be comparing the current version with the new branch `without` using priorities (everything 0 by default), correct?
If I run ``` class Color(Enum): RED = auto() GREEN = auto() BLUE = auto() @dataclass class Thing: color: Color = Color.RED ``` the field doesn't appear on swagger UI,...
The `java.net.UnknownHostException: oauth2.googleapis.com` seems pointing to some proxy setup issue. Have you tried attaching a debugger (`-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005`) and running a couple of test queries? Maybe the proxy or the SSL...
Yes, latest version
I tried the query above is generating the **right** result but it is using the legacy engine. Is this thread specific to the new engine? Fallback message: ``` [2021-06-01T18:27:42,061][INFO ][c.a.o.s.l.p.RestSqlAction]...
What do you mean by "url.keyword" doesn't exist? usually `.keyword` is appended to the field name when running a search because it is the object containing the actual data you...
Thank you @chloe-zh! I saw I could use format=json, but in this phase of dev I was trying to switch to full jdbc given how hard to read the json...
Thanks @chloe-zh! As a suggestion, it'd be great having the log in the response without having to go to the machine. Having tens of machines (or not having access to...
Do you have any suggestion on what I could do to contribute a fix? Any, even small, guidance would be greatly appreciated
Hi @bhapin , if it falls back it means that currently there is something in your query that is not supported by the new engine. In the logs, you will...