Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-06-06 Thread via GitHub
alamb closed issue #16044: Support distribution as a MetricValue in ExecutionPlan URL: https://github.com/apache/datafusion/issues/16044 -- 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

Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-27 Thread via GitHub
sfluor commented on issue #16044: URL: https://github.com/apache/datafusion/issues/16044#issuecomment-2912336910 /take -- 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. To un

Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-27 Thread via GitHub
sfluor commented on issue #16044: URL: https://github.com/apache/datafusion/issues/16044#issuecomment-2912341485 take -- 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. To uns

Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-27 Thread via GitHub
sfluor commented on issue #16044: URL: https://github.com/apache/datafusion/issues/16044#issuecomment-2912337792 Here's the PR @gabotechs [feat: Support defining custom MetricValues in PhysicalPlans](https://github.com/apache/datafusion/pull/16195#top) with an example of how to use this new

Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-26 Thread via GitHub
gabotechs commented on issue #16044: URL: https://github.com/apache/datafusion/issues/16044#issuecomment-2910200484 👍 This sounds very reasonable, it would be interesting to know what are the stance of DF maintainers on what is considered too coupled to a specific use case vs what is reason

Re: [I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-26 Thread via GitHub
gabotechs commented on issue #16044: URL: https://github.com/apache/datafusion/issues/16044#issuecomment-2910201827 In your example, what would `TDigest` look like? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[I] Support distribution as a MetricValue in ExecutionPlan [datafusion]

2025-05-13 Thread via GitHub
sfluor opened a new issue, #16044: URL: https://github.com/apache/datafusion/issues/16044 ### Is your feature request related to a problem or challenge? The MetricValue enum currently exposes only single-value statistics: counts, gauges, timers, timestamps, and a few hard-coded varian