Andrey Nikolaev

Results 8 issues of Andrey Nikolaev

**rust-analyzer version**: rust-analyzer version: 0.4.2017-standalone (9463d9eea 2024-06-28) **rustc version**: nightly-2024-04-27 **editor or extension**: VSCode, v0.4.2017 (pre-release) **repository link**: https://github.com/quarylabs/sqruff Log ``` thread 'Worker' has overflowed its stack [Info - 6:09:47...

C-bug

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened sqlfluff fix failed on AL01 on sql file. ### Expected Behaviour sqlfluff...

bug
sparksql

### Describe the Bug ```python if __debug__: pass ``` Note that, although it’s not a keyword, you can’t assign a value to it or use it as a creation definition....

User

On Windows, dese outputs the `udf_body` differently. Instead of using a block style, it prints an escaped string with CRLF. Here's the diff: ```diff diff --git a/crates/lib-dialects/test/fixtures/dialects/bigquery/create_js_function_options_library_array.yml b/crates/lib-dialects/test/fixtures/dialects/bigquery/create_js_function_options_library_array.yml index 127571fe..df60f298...