Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-32919 Fix backward compatibility problems with old roxie workunits #19253

Merged
merged 1 commit into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. HPCC-32919 Fix backward compatibility problems with old roxie workunits

    When some of the new regex optimizations were added the new functions were not added at the end of the class.  That means that existing workunits will no longer be compatible.
    
    Fix the ordering so that backward compatibility is retained.  This will cause backward incompatibility within any 9.8.x roxie deployments.
    
    Signed-off-by: Gavin Halliday <[email protected]>
    ghalliday committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3d6e692 View commit details
    Browse the repository at this point in the history