This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
Operators and adapters which call Operator.getRuntimeInputSchema() always expand capture fields, therefore these may cause runtime errors when using the default FLATTEN strategy. Few operators have a "CaptureStrategy" property which can be set to NEST instead. If all operators and adapters making this API call had this property, then one could make a global operator-parameter settings which changed the default to NEST for a project.
Currently if one uses operators or adapters that call getRuntimeInputSchema() (there's no way to know in advance with built-in elements) and the expanded field names collide with top-level tuple fields, the only workaround is to add additional boilerplate processing upstream to all impacted modules to avoid the collision, and potentially more operators downstream to undo the transformation.