-
==== Step 3a: Test your Flink SQL knowledge
* *Description:* Write SQL for the following queries on the streaming ratings data:
* *Actions:*
Get average rating per movie as ratings stream into Kaf…
-
```
%dpl
index=1k_multi_uniq earliest="2023-06-06T00:00:00"
| teragrep exec kafka save "1k-multi-uniq-test"
```
results in
```
org.apache.spark.sql.AnalysisException: Failed to find data so…
eemhu updated
10 months ago
-
**Describe the bug**
Running a native query that uses a common table expression against an SQL Server instance returns the correct results. However, when clicking on explore results, it returns an er…
-
Add your +1 👍 to help us prioritize high-level constructs for this service
---
### Overview:
With Amazon Kinesis Data Analytics for SQL or Java Applications, you can process and analyze str…
-
Hi,
I have a Spark Structured Streaming application where I'd like to write streaming data to HBase using SHC. It reads data from a location where new csv files continuously are being created. The …
-
**Describe the suggestions**
A couple of items (minor)
1. `AUTO_SUSPEND` on the Virtual Warehouse is 5 seconds. Is there a particular reason for this? I'm not sure the 5 second timeout does anyt…
-
The binary always waits for the STDIN to be closed and than formats all supplied sql:
```
$ pg_format -
select * from companies;
select * from companies;
Ctrl+D
SELECT
*
FROM
compa…
-
from https://datafusion.apache.org/
> DataFusion is an extensible query engine written in [Rust](http://rustlang.org/) that uses [Apache Arrow](https://arrow.apache.org/) as its in-memory format. D…
-
Got an error when using metabase visualization + variables.
SQL is
```sql
select created_at,
platform,
sum(unique_device_id_count) as dau
from daily_active_devices_temp
where platfor…
-
this is useful for many use cases
I was wondering if anyone would consider non CGO Sqlite to be better since we get nice cross compile.
Here is a benchmark: https://github.com/cvilsmeier/go-sqli…