[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2022-01-05 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-12754:
---
  Labels: auto-deprioritized-major auto-deprioritized-minor auto-unassigned 
pull-request-available  (was: auto-deprioritized-major auto-unassigned 
pull-request-available stale-minor)
Priority: Not a Priority  (was: Minor)

This issue was labeled "stale-minor" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Minor, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Improvement
>  Components: Table SQL / API
>Reporter: Bowen Li
>Priority: Not a Priority
>  Labels: auto-deprioritized-major, auto-deprioritized-minor, 
> auto-unassigned, pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2021-12-28 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-12754:
---
Labels: auto-deprioritized-major auto-unassigned pull-request-available 
stale-minor  (was: auto-deprioritized-major auto-unassigned 
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 issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Improvement
>  Components: Table SQL / API
>Reporter: Bowen Li
>Priority: Minor
>  Labels: auto-deprioritized-major, auto-unassigned, 
> pull-request-available, stale-minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2021-06-29 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-12754:
---
  Labels: auto-deprioritized-major auto-unassigned pull-request-available  
(was: auto-unassigned pull-request-available stale-major)
Priority: Minor  (was: Major)

This issue was labeled "stale-major" 7 days ago and has not received any 
updates so it is being deprioritized. If this ticket is actually Major, please 
raise the priority and ask a committer to assign you the issue or revive the 
public discussion.


> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Improvement
>  Components: Table SQL / API
>Reporter: Bowen Li
>Priority: Minor
>  Labels: auto-deprioritized-major, auto-unassigned, 
> pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2021-06-21 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-12754:
---
Labels: auto-unassigned pull-request-available stale-major  (was: 
auto-unassigned 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 issues has been marked as 
Major but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this 
ticket is a Major, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Improvement
>  Components: Table SQL / API
>Reporter: Bowen Li
>Priority: Major
>  Labels: auto-unassigned, pull-request-available, stale-major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2021-04-23 Thread Konstantin Knauf (Jira)


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

Konstantin Knauf updated FLINK-12754:
-
Issue Type: Improvement  (was: Task)

As part of https://issues.apache.org/jira/browse/FLINK-22029 the "Task" Issue 
Type is removed. I move this ticket to "Improvement". If you think "New 
Feature", "Technical Debt" or "Bug" is more appropriate, please change the 
ticket accordingly.

> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Improvement
>  Components: Table SQL / API
>Reporter: Bowen Li
>Assignee: Louis Xu
>Priority: Major
>  Labels: pull-request-available, stale-assigned
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2021-04-16 Thread Flink Jira Bot (Jira)


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

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

> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Task
>  Components: Table SQL / API
>Reporter: Bowen Li
>Assignee: Louis Xu
>Priority: Major
>  Labels: pull-request-available, stale-assigned
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2019-11-14 Thread Bowen Li (Jira)


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

Bowen Li updated FLINK-12754:
-
Parent: (was: FLINK-12753)
Issue Type: Task  (was: Sub-task)

> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Task
>  Components: Table SQL / API
>Reporter: Bowen Li
>Assignee: Louis Xu
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2019-08-09 Thread Tzu-Li (Gordon) Tai (JIRA)


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

Tzu-Li (Gordon) Tai updated FLINK-12754:

Fix Version/s: (was: 1.9.0)

> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / API
>Reporter: Bowen Li
>Assignee: Louis Xu
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (FLINK-12754) alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the table is non-partitioned

2019-07-07 Thread ASF GitHub Bot (JIRA)


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

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

> alterTableColumnStatistics() in GenericInMemoryCatalog should ensure the 
> table is non-partitioned
> -
>
> Key: FLINK-12754
> URL: https://issues.apache.org/jira/browse/FLINK-12754
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / API
>Reporter: Bowen Li
>Assignee: Louis Xu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>
> Currently logic (below) doesn't check if the partition is partitioned or not.
> {code:java}
>   @Override
>   public void alterTableStatistics(ObjectPath tablePath, 
> CatalogTableStatistics tableStatistics, boolean ignoreIfNotExists)
>   throws TableNotExistException {
>   checkNotNull(tablePath);
>   checkNotNull(tableStatistics);
>   if (tableExists(tablePath)) {
>   tableStats.put(tablePath, tableStatistics.copy());
>   } else if (!ignoreIfNotExists) {
>   throw new TableNotExistException(getName(), tablePath);
>   }
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)