Lukas Fittl

Results 217 comments of Lukas Fittl

@benchub Not sure if you are still looking for this - but the quick TLDR is that you would construct the appropriate Protobuf structure. See here for a similar example...

@jmo-qap Yup, thanks for opening an issue to track this - I will see if I can prioritize this in the near future.

@sgreene570 Generally speaking, the complex part is determining whether the fingerprinting and normalization logic need any changes. The core parser itself is usually just a quick run of the `make...

> @lfittl have you had the chance to look into this issue at all? > > I have identified a few upstream breaking commits, but its unclear to me how...

@rex-remind101 There isn't any function like that today - technically it should be possible to add, but the challenge is with the resulting parse tree (the regular SQL AST is...

@ethanresnick Today there is no mechanism to modify these settings, mostly since there are very limited use cases for setting them. Do you have a reason to want to set...

@rex-remind101 That's mostly historic - I would say at this point you can use it in a production setting. The reason it was marked as experimental initially is because we...

Its not clear why this would occur - could it be that you were using an outdated version? (per #57)

@mdr1384 I think that sounds reasonable - if I understand correctly you would also need a way to go from the built-in node text format (the one thats very obscure...

Hi @weiboyiyou, You would need to use a type assertion to check for the type of node thats contained in the list. I don't have a good example handy right...