mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Fix CREATE FUNCTION
round trip for Hive dialect (#1693)
This commit is contained in:
parent
a7e984099f
commit
9c384a9194
3 changed files with 8 additions and 11 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue