tenthe commented on PR #3641: URL: https://github.com/apache/streampipes/pull/3641#issuecomment-2935542323
There seems to be a logical inconsistency with the current handling of `dimensions_selection`. In Connect, users can mark numerical values as dimension properties. However, in the Data Lake sink, these numerical dimensions are filtered out from the `dimensions` list, making it impossible for users to deselect them later. With the current PR, all numerical values are automatically unmarked as dimension properties. This could potentially break existing pipelines relying on those settings. Given this inconsistency in StreamPipes' behavior, we should align on a consistent approach. @dominikriemer what’s your take on this? -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
