Brian Hulette

Results 98 comments of Brian Hulette

Hm the `Select` transform works differently in Python, I think we should actually have different language for this entire section for Python.

In general our Python schema transforms are different, we might want an entirely new "Using Schema Transforms" section specific to Python that discusses the GroupBy and Select transforms. @smeet07 would...

> Could you elaborate please? Is the syntax different or the whole working different? Java's [Select](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/schemas/transforms/Select.html) transform just allows projecting fields - it allows users to select fields by name...

> Oh okay got it that's what I was wondering whether it was nested fields and wildcards which didn't work in python, I guess we could remove this section for...

> @yeandy I've added paragraphs for python saying the support hasn't been developed yet. Could you check whether there are visual changes or not The Website_Stage_GCS precommit builds the website...

> @TheNeuralBit in section 6.6.2 of programming guide under grouping aggregations, they have used GROUP transform in java for selecting multiple fields, should we show how select in python can...

> @TheNeuralBit In combine functions of aggregate fields, there is sum and meancombinefn, is there any other I should know of? Any CombineFn implementation, like you would use in the...