-
The [NNBD spec](https://github.com/dart-lang/language/blob/main/accepted/2.12/nnbd/feature-specification.md#expression-typing) says:
> Calling a method (including an operator) or getter on a receiv…
-
In [LogicalPlanner](https://github.com/trinodb/trino/blob/adcfbe95250f216170046d1ab8fb108b61d1c61e/core/trino-main/src/main/java/io/trino/sql/planner/LogicalPlanner.java#L447) while planning update me…
homar updated
2 years ago
-
### Steps to reproduce the behavior (Required)
1. CREATE TABLE '...'
CREATE TABLE `MV_LEAF_EARLIER_SINGLE_AGG_3aa5cd80` (
`4137a775e0654dd98125f6c8939e52ad` varchar(255) NULL COMMENT "",
`dt…
-
With the Undefined behaviour analyzer enabled in xcode, I get the following warning
when accessing the **_value_length_** and **_value_** members of FDBKeyValue struct following
a call to fdb_transa…
-
For the following source code:
union u
{
int First;
int Second;
};
int main() {
int data;
data = 0;
unio…
-
Analyzer currently uses a scripted es query as part of the tree building logic, and this script accesses _source directly. This will not work with the new synthetic source elasticsearch feature. The t…
-
After switching the strategy between live trading and playback, I encountered this issue and have been unable to start the OrderFlowBot ever since.
-
Dart allows accessing static members and constructors of classes (class/mixin/enum declarations) through type aliases, but *only* if the type alias doesn "expand to a type variable" (and then only if …
lrhn updated
4 months ago
-
I can't actually provide a reproducer - the one I have is with production data and I haven't been able to narrow it down. But I do have *some* info.
For context, I'm getting this when running the […
-
Given such an index as below:
```sql
index keyword_ft using fulltext(title, content, transcript ['text']) with (analyzer = 'english'),
```
using this index in aggregations would be beneficial.
For …