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

HCK-9037: RE from a file error on a basic use case #243

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

chulanovskyi-bs
Copy link
Contributor

@chulanovskyi-bs chulanovskyi-bs commented Dec 6, 2024

Sub-bugHCK-9037 [DeltaLake | HIVE] Impossible to RE .hql file generated by Hackolade's FE

Technical details

  • allow any raw value in the column DEFAULT, so that the following example will be RE-ed as is:
CREATE TABLE IF NOT EXISTS New_schema.New_table (
    New_column string DEFAULT current_timestamp,
    New_column1 string DEFAULT test,
    New_column2 string DEFAULT 'single quote',
    New_column3 string DEFAULT "double quote"
);

@serhii-filonenko serhii-filonenko enabled auto-merge (squash) December 6, 2024 14:57
Copy link

sonarqubecloud bot commented Dec 9, 2024

@chulanovskyi-bs chulanovskyi-bs merged commit 3088b84 into develop Dec 9, 2024
8 checks passed
@chulanovskyi-bs chulanovskyi-bs deleted the fix/HCK-9037-basic-re-error branch December 9, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants