-
**Is your feature request related to a problem? Please describe.**
Recently, we've added Spark SQL support to SqlRender and a few OHDSI tools. We'd like to do the same for WhiteRabbit.
**Describe …
-
**Is your feature request related to a problem?**
Apache Iceberg is designed for managing large analytic tables in a scalable and performant way, using features like schema evolution, partitioning,…
-
I am using CDMUtil_ConsoleApp to create views on a Synapse Serverless SQL endpoint. I am able to create views for my tables successfully, but when trying to create views for entities, I receive a Nul…
-
In Spark, Iceberg type `timestamp with timezone` is mapped to Spark `timestamp` ([doc](https://iceberg.apache.org/docs/latest/spark-writes/#spark-type-to-iceberg-type)). So when creating an Iceberg ta…
-
We are using SparkContext throughout loaders and example pipelines. It makes sense to move these to using SparkSession given that we're relying on Spark 2.0.
-
This is related to #84 and is a super set of it.
Spark is a bit of a hot mess with support for floating point `-0.0`
Most SQL implementations normalize `-0.0` to `0.0`. Spark does this for the …
-
Hi @cryeo ,
Thanks for the great library. I had only one issue so far, and it is as per below:
If you run below command in Jupyter it will fail to execute:
```
%%sparksql
select cast('9999-12…
-
dune v1 scripts are set to stop working in the next few weeks as part of the upgrade to dune v2 analytics -
found this from a friend in the TEC:
![image](https://user-images.githubusercontent.com…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] …
-
**Describe the bug**
When I want to project column and the result of its type coercion, datafusion will throw error:
```sql
❯ select a, cast(a as Int) from test0;
Plan("Projections require unique …