Hyunseok Seo

Results 6 issues of Hyunseok Seo

### Rationale for this change The Gandiva microbenchmarks only present an iteration time in (nano,micro...)seconds. That is usually tedious to read and difficult to interpret. ### What changes are included...

Component: C++
Component: C++ - Gandiva
awaiting merge

### Rationale for this change Remove legacy `CastTo` function. ### What changes are included in this PR? * Remove legacy `CastTo` function. * Replace `CastTo` to `Cast` function for ToString...

Component: C++
awaiting change review

# Which issue does this PR close? Closes #1016 # Rationale for this change Reflect the project's elevation from a subproject to a top-level project by updating documentation and reference...

documentation

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Need to update DataFusion references post-promotion to top-level project. **Describe the solution...

enhancement

### Rationale for this change This update aligns the Python API with Arrow C++ by exposing the actual byte and bit widths of extension types from their storage type. ###...

Component: Python
awaiting change review

### Rationale for this change Use C++ type traits for `is_nested` function to avoid redefining in Python ### What changes are included in this PR? Expose `is_nested` function ### Are...

Component: Python
awaiting review