You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Add print child fields for `arrow::Datum::ToString`. Because previously it just print a type.
### What changes are included in this PR?
Add detail in `arrow::Datum::ToString`
### Are these changes tested?
no
### Are there any user-facing changes?
Yes
* Closes: #37643
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
### Rationale for this change
Add print child fields for `arrow::Datum::ToString`. Because previously it just print a type.
### What changes are included in this PR?
Add detail in `arrow::Datum::ToString`
### Are these changes tested?
no
### Are there any user-facing changes?
Yes
* Closes: apache#37643
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
### Rationale for this change
Add print child fields for `arrow::Datum::ToString`. Because previously it just print a type.
### What changes are included in this PR?
Add detail in `arrow::Datum::ToString`
### Are these changes tested?
no
### Are there any user-facing changes?
Yes
* Closes: apache#37643
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Describe the enhancement requested
As document says,
::arrow::Datum::ToString
only prints the "type" of tagged enum:Can we enhance it and try call
ToString
forRecordBatch
,Table
, ...etc?Component(s)
C++
The text was updated successfully, but these errors were encountered: