nytai commented on a change in pull request #9007: Serialize nested columns as
JSON strings
URL:
https://github.com/apache/incubator-superset/pull/9007#discussion_r370758282
##########
File path: superset/result_set.py
##########
@@ -86,7 +88,18 @@ def __init__(
# related: https://issues.apache.org/jira/browse/ARROW-5248
if pa_data:
for i, column in enumerate(column_names):
- if pa.types.is_temporal(pa_data[i].type):
+ # TODO: revisit nested column serialization once Arrow 1.0 is
released with:
+ # https://github.com/apache/arrow/pull/6199
+ # Related issue: #8978
Review comment:
use url instead of issue #?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]