Sergei Turukin
Sergei Turukin
Hey, I have nothing against you taking full contol and becoming main maintainer of it. ;)
For now I've added you as a contributor, hope that will give you proper rights immediately. Other option is just transfer the ownership which I'm totally fine with. Let me...
Hi, sorry for late reply. You better look [here](https://github.com/randy3k/UnitTesting) as tests are executed by this package. Personally, i've added shortcut for running tests for the only module.
@DanCodedThis Since we have another programmatic API that will also require a authentication (namely, Iceberg catalog REST API), it would be interesting to explore if we can unify it with...
Do you have an idea what is datafusion story with `user_doc`, tried to quickly figure out and couldn't. If this is not something to be deprecated, I would just go...
Upon investigating the issue more closely it seems @camuel was right this is data type related. The corollary is we need more tests for logical expressions and function type coercion....
I was also thinking about persisting query details asynchronously: * Query struct is created and execution begins * Sending event "query started" to the channel * Receiver of such events...
However, Spark has no problems reading parquet file directly: ``` In [51]: s.sql("""select max(CAST(i_current_price AS float)) from parquet.`item_spark.parquet` LIMIT 50""").show(n=50) +-----------------------------------+ |max(CAST(i_current_price AS FLOAT))| +-----------------------------------+ | 99.89| +-----------------------------------+ In [52]:...
Next step here would be defining what metrics to collect