You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/11/12 16:55:52 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #13314: [BEAM-11253] Account for overheads for small/empty Dataframes and fix ReBatch.

TheNeuralBit commented on a change in pull request #13314:
URL: https://github.com/apache/beam/pull/13314#discussion_r522260639



##########
File path: sdks/python/apache_beam/dataframe/transforms.py
##########
@@ -45,6 +45,7 @@
 MAX_PARTITIONS = 1000
 DEFAULT_PARTITIONS = 100
 MIN_PARTITIONS = 10
+PER_COL_OVERHEAD = 1000

Review comment:
       I assume this was determined empirically?




----------------------------------------------------------------
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