Radosław Waśko

Results 96 issues of Radosław Waśko

While working on #9486 I have disabled some edge case tests by marking them pending, because they were behaving differently than on Postgres and thus failing. We should update the...

x-chore
-libs
x-on-hold

If my node returns just a value of `Nothing`, it is stuck spinning instead of showing a value: ![image](https://github.com/enso-org/enso/assets/1436948/aeb20daf-8560-45e9-8569-974ebb2c84b9) Once I switch e.g. to Table visualization it shows up OK:...

p-medium
d-unknown
--bug
-libs
-viz
-gui

The PR #10190 adds logic for falling back to Windows-1252 encoding if invalid UTF-8 characters are encountered. ### Current implementation It is implemented by making 2 passes through the file:...

p-lowest
-libs
l-readdata

In the in-memory Table backend, we can store any Enso object in a Column. Currently, such a column gets a `Mixed` datatype. To allow for more precise types, we want...

x-new-feature
p-low
-libs
l-table-column-datatypes
x-on-hold

I have just tried using `round` with `use_bankers=True` in Postgres, and the query that has got created is following: ```sql SELECT CAST((CASE WHEN ("foo"."X" >= ?) THEN (CASE WHEN (CASE...

-libs
x-refactor

Currently I disabled these tests as they run very long, for the same reason as #10306. Once #10306, we should revisit these tests also for Snowflake. In particular, we should...

--bug
-libs
l-db-connector

Currently we are combining queries by including the 'ingredients' of a query as subqueries. That works, but in some cases may cause duplication - making the queries larger than necessary...

p-lowest
x-new-feature
-libs

When working on the Snowflake Dialect (#9486) one of the problems was the complexity - we have lots of features in our Database library and implementing all of them for...

-libs
l-db-connector
x-refactor

We have some Table operations that are relying on the fallback which does the Java-to-Enso callback which is quite costly. There's two things we can improve here: 1. Make the...

p-lowest
-libs
x-on-hold
l-apache-arrow

See the following program: ``` foo = # TODO main = 42 ``` ### Expected behaviour Of course we are missing any statement in the `foo` method. But it should...

--bug
-compiler