Skip to content

Commit 49848c4

Browse files
Merge pull request duneanalytics#248 from andrewhong5297/breaking-bytearray-changes-20231901
Breaking bytearray changes 20231901
2 parents a573e85 + 0b5534f commit 49848c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/dune-v2/query-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The syntax and keyword operator differences between Postgres, Spark, and Dune SQ
1616

1717
!!! warning
1818
**Dune SQL is still in alpha!** If you find any other changes in Spark or Dune SQL that are important to note, please feel free to [submit a PR to this docs page on GitHub](https://github.com/duneanalytics/docs/edit/master/docs/reference/dune-v2/query-engine.md) or let us know in #dune-sql.
19-
**If you're running into errors using `||`, `concat()`, `replace()`, `trim()`, `length()`, or other operators on bytearrays (things like addresses, transactions, etc)** then check out the [Byte Array Functions](#byte-array-functions-in-dune-SQL) section.
19+
**If you're running into errors using `||`, `concat()`, `replace()`, `trim()`, `length()`, or other operators on bytearrays (things like addresses, transactions, etc)** then check out the [Byte Array Functions](#byte-array-functions-in-dune-sql) section.
2020

2121
### Syntax Comparison
2222

0 commit comments

Comments
 (0)