You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/02/27 03:16:58 UTC

[GitHub] [beam] rohdesamuel commented on issue #10915: [BEAM-8335] Add PCollection to DataFrame logic for InteractiveRunner.

rohdesamuel commented on issue #10915: [BEAM-8335] Add PCollection to DataFrame logic for InteractiveRunner.
URL: https://github.com/apache/beam/pull/10915#issuecomment-591758254
 
 
   Hey Robert, you'll notice that this implementation is quite different than what we talked about. When going trying to implement flattening columns from nested values, the logic just kept getting more and more complicated. If we have a rule of "use named tuples for columns names", this is a much simpler rule for them to memorize when using the interactive runner. A future fix can be to add a tabular data type (i.e. Schemas) to the type hints.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services