Andrii Bratanin

Results 7 comments of Andrii Bratanin

Guys, unfortunately it was not good idea to include `chown` in `run` because it supposes `root` permissions. https://github.com/pawelmalak/flame/pull/314 This commit was doing the right thing actually: https://github.com/LuckyF/flame/commit/f8b69660c218ee2eea4464ad977b8ef3868f3e23 What if someone...

> May I suggest two more annotations? These get rid of the _'class' is never instantiated_ green suggestion. > > ``` > > > > > > > ``` Hey,...

Hey, @Giorgi I want to share my findings on this type of errors. The debugging session may throw one of two following exceptions: ``` System.AccessViolationException: Attempted to read or write...

@Giorgi, I've just created it in their [YouTrack](https://youtrack.jetbrains.com/issue/RIDER-114126/Debugger-Options-mess-up-debugging-session-during-Marshalling) system, but it can take ages to fix... And, BTW, I was able to reproduce the issue in Visual Studio too. What...

Hey, @teaguesterling Try to use the `FILE_EXTENSION "csv.gz"` parameter with your `COPY` command: ```sql COPY (FROM ...) TO 'table.csv.d' (FORMAT 'csv', COMPRESSION 'gzip', FILE_EXTENSION 'csv.gz', PARTITION_BY (col1, col2); ``` then...

I've added the corresponding example in [docs repository](https://github.com/duckdb/duckdb-web/pull/3178) - feel free to join the discussion