Fix CREATE FUNCTION round trip for Hive dialect (#1693)

This commit is contained in:
Ifeanyi Ubah 2025-01-30 23:45:31 +01:00 committed by GitHub
parent a7e984099f
commit 9c384a9194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 11 deletions

View file

@ -5147,7 +5147,7 @@ fn parse_trigger_related_functions() {
temporary: false,
if_not_exists: false,
name: ObjectName::from(vec![Ident::new("emp_stamp")]),
args: None,
args: Some(vec![]),
return_type: Some(DataType::Trigger),
function_body: Some(
CreateFunctionBody::AsBeforeOptions(