-
**Describe the bug**
This is with https://github.com/NVIDIA/spark-rapids/pull/10575
```
Seq("""{"a":[]}""").toDF("json").repartition(1).selectExpr("from_json(json, 'a array')").show()
```
res…
-
Hi,
Is it intended behavior for useDrag's collected isDragging to update only when moving it around (as effect of drag) among "siblings within the same parent" and not when moving it out into another…
-
Flow version: 0.198.2
## Expected behavior
The resulting array should be all numbers.
## Actual behavior
The problem seems to be the type definition itself, why is it like that?
h…
-
Thanks so much for this package!
We're trying to parse FormData from fields that contain associative-array content:
```html
-
My redux-form is initialized (using initialValues) as the following:
```
{
a: {
current: {}
new: []
}
}
```
And later on looks like the following:
```
{
a: {
current: {
…
Orelc updated
6 years ago
-
We have a quite complex JSON structure in which we have a mix of hashes and arrays. The root node is a Hash causing `include_unordered_json` to not be supported.
An example of our json (simplified)…
-
Don’t believe it’s currently possible. Poked in at the current mappings and it seems tractable given the separation of the writing code paths between symbols and nested char arrays.
Would be nice!
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Expected behavior
We have next table-structure:
![image](https://github.com/user-attachments/assets/90c1320e-5319-40be-9d8c-ecbd8f538877)
Result of exported data from table is csv-file contai…
-
I plan to fix the issue described below for encoding nested struct arrays.
Currently this structure
``` go
type Nested struct {
A string `url:"theA,omitempty"`
B string `url:"theB,omitempty…