[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2024-07-10 Thread Weijie Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weijie Guo updated FLINK-27603:
---
Fix Version/s: 2.0.0
   (was: 1.20.0)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 2.0.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2024-03-14 Thread lincoln lee (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lincoln lee updated FLINK-27603:

Fix Version/s: 1.20.0
   (was: 1.19.0)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.20.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2023-10-13 Thread Jing Ge (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jing Ge updated FLINK-27603:

Fix Version/s: 1.19.0
   (was: 1.18.0)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.19.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2023-03-23 Thread Xintong Song (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xintong Song updated FLINK-27603:
-
Fix Version/s: 1.18.0
   (was: 1.17.0)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.18.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-12-18 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Parent: FLINK-30335
Issue Type: Sub-task  (was: Bug)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.17.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-12-18 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Parent: (was: FLINK-26360)
Issue Type: Bug  (was: Sub-task)

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.17.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-09-18 Thread Xingbo Huang (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xingbo Huang updated FLINK-27603:
-
Fix Version/s: (was: 1.16.0)
   1.17.0

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.17.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-08-21 Thread Flink Jira Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-27603:
---
Labels: pull-request-available stale-assigned  (was: pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issue is assigned but has not 
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a 
comment updating the community on your progress.  If this issue is waiting on 
feedback, please consider this a reminder to the committer/reviewer. Flink is a 
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone 
else may work on it.


> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Assignee: luoyuxia
>Priority: Major
>  Labels: pull-request-available, stale-assigned
> Fix For: 1.16.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-05-13 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Description: 
In Hive, by "reload function", the user can use the function defined in other 
session.

But in flink, it will always get the function from the catalog, and if it's 
hive catalog, it'll load all the user defined functions from the metastore.

So, there's no need to "reload function" explicitly for it actually is done 
implicitly.

But when use Hive dialect in Flink, it'll throw an unsupported exception for  
the statement  "reload function".

I'm wondering keep the current behavior to throw excpetion or consider it as an 
'NopOperation'.

 

  was:
In Hive, by "reload function", the user can use the function defined in other 
session.

But in flink, it will always get the function from the catalog, and if it's 
hive catalog, it'll load all the user defined functions from the metastore.

So, there's no need to "reload function" explicitly for it actually is done 
implicitly.

But when use Hive dialect in Flink, it'll throw an exception for  the statement 
 "reload function".

I'm wondering keep the current behavior to throw excpetion or consider it as an 
'NopOperation'.

 


> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  
> the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-05-13 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Description: 
In Hive, by "reload function", the user can use the function defined in other 
session.

But in flink, it will always get the function from the catalog, and if it's 
hive catalog, it'll load all the user defined functions from the metastore.

So, there's no need to "reload function" explicitly for it actually is done 
implicitly.

But when use Hive dialect in Flink, it'll throw an exception for  the statement 
 "reload function".

I'm wondering keep the current behavior to throw excpetion or consider it as an 
'NopOperation'.

 

  was:In Hive, by 


> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> In Hive, by "reload function", the user can use the function defined in other 
> session.
> But in flink, it will always get the function from the catalog, and if it's 
> hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done 
> implicitly.
> But when use Hive dialect in Flink, it'll throw an exception for  the 
> statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as 
> an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-05-13 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Description: In Hive, by 

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>
> In Hive, by 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-05-13 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-27603:
---
Labels: pull-request-available  (was: )

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.16.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

2022-05-13 Thread luoyuxia (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-27603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

luoyuxia updated FLINK-27603:
-
Summary: Hive dialect supports "reload function"  (was: Hive dialect 
support "reload function")

> Hive dialect supports "reload function"
> ---
>
> Key: FLINK-27603
> URL: https://issues.apache.org/jira/browse/FLINK-27603
> Project: Flink
>  Issue Type: Sub-task
>  Components: Connectors / Hive
>Reporter: luoyuxia
>Priority: Major
> Fix For: 1.16.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)