davide.aimar

Results 3 issues of davide.aimar

I found out that the `contracts` table contains duplicates on Google BigQuery. For example the query: ```sql SELECT address, block_timestamp, block_number FROM `bigquery-public-data.crypto_ethereum.contracts` WHERE address = '0xb7af915f3d152ee32c8fb75c838eb42e62bbcc67' ``` Returns 23...

### What version of Dgraph are you using? Dgraph version : v22.0.2 Dgraph codename : dgraph Dgraph SHA-256 : a11258bf3352eff0521bc68983a5aedb9316414947719920d75f12143dd368bd Commit SHA-1 : 55697a4 Commit timestamp : 2022-12-16 23:03:35 +0000...

kind/bug

## Description Calling the `import` function with an empty array fails. ## Steps to reproduce Initialize a collection and try to call import with an empty array: ```typescript const documents...