Adds validation for the compression method parameter in the URL table engine to ensure only supported compression methods are used.
Why it matters
This feature improves the robustness and reliability of the URL table engine by preventing misconfiguration through invalid compression method parameters, which can lead to errors or unexpected behavior when reading external data sources.How to use it
When configuring a table using the URL table engine, specify the compression method parameter with a supported value. The system will now validate this parameter and reject unsupported compression methods, helping users to configure the engine correctly.