[GitHub] [nifi] mattyb149 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-21 Thread GitBox
mattyb149 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-632232135 +1 LGTM, thanks for the improvement! Merging to master This is an automated message from the Apache Git Service.

[GitHub] [nifi] mattyb149 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631730497 That's a good point, if an inferred schema is being handed around but the flow file changes (partitioned, filtered, e.g.) such that the desired fields are all numeric, then even

[GitHub] [nifi] mattyb149 commented on pull request #4282: NIFI-7462: Update to allow FlowFile Table's schema to be more intelligent when using CHOICE types

2020-05-20 Thread GitBox
mattyb149 commented on pull request #4282: URL: https://github.com/apache/nifi/pull/4282#issuecomment-631695622 I tried `LISTAGG` and the concat operator `||` with the current PR and they work on choice (int,string) fields. @pcgrenier do you have an example of a query that doesn't work wit