[jira] [Updated] (IGNITE-22932) Sql. Confusing error message when casting numeric literal larger than BIGINT

2024-08-05 Thread Pavel Pereslegin (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pereslegin updated IGNITE-22932: -- Description: The following test {code:java} BigDecimal val = new BigDecimal(Long.MAX_

[jira] [Created] (IGNITE-22932) Sql. Confusing error message when casting numeric literal larger than BIGINT

2024-08-05 Thread Pavel Pereslegin (Jira)
Pavel Pereslegin created IGNITE-22932: - Summary: Sql. Confusing error message when casting numeric literal larger than BIGINT Key: IGNITE-22932 URL: https://issues.apache.org/jira/browse/IGNITE-22932

[jira] [Commented] (IGNITE-18885) C++: Thin 3.0: Add TLS support

2024-08-05 Thread Pavel Tupitsyn (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-18885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871216#comment-17871216 ] Pavel Tupitsyn commented on IGNITE-18885: - [~isapego] looks good to me, please

[jira] [Updated] (IGNITE-22926) Refactor PartitionScanPublisher

2024-08-05 Thread Stanislav Markin (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stanislav Markin updated IGNITE-22926: -- Description: Extract PartitionScanPublisher into separate file. Make it abstract clas

[jira] [Updated] (IGNITE-18885) C++: Thin 3.0: Add TLS support

2024-08-05 Thread Igor Sapego (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-18885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego updated IGNITE-18885: - Reviewer: Pavel Tupitsyn > C++: Thin 3.0: Add TLS support > -- > >

[jira] [Updated] (IGNITE-22931) Remove additional ADMIN_OPS permissions check for metric and view management tasks

2024-08-05 Thread Nikita Amelchev (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Amelchev updated IGNITE-22931: - Labels: ise (was: ) > Remove additional ADMIN_OPS permissions check for metric and vie

[jira] [Created] (IGNITE-22931) Remove additional ADMIN_OPS permissions check for metric and view management tasks

2024-08-05 Thread Nikita Amelchev (Jira)
Nikita Amelchev created IGNITE-22931: Summary: Remove additional ADMIN_OPS permissions check for metric and view management tasks Key: IGNITE-22931 URL: https://issues.apache.org/jira/browse/IGNITE-22931

[jira] [Assigned] (IGNITE-22303) Sql. Retry operation when plan gets outdated by the time of execution

2024-08-05 Thread Andrey Mashenkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Mashenkov reassigned IGNITE-22303: - Assignee: (was: Andrey Mashenkov) > Sql. Retry operation when plan gets ou

[jira] [Updated] (IGNITE-22678) ClientPartitionManager should use PARTITION_ASSIGNMENT_FLAG to reset cache

2024-08-05 Thread Pavel Tupitsyn (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-22678: Ignite Flags: (was: Docs Required,Release Notes Required) > ClientPartitionManager shou

[jira] [Commented] (IGNITE-22678) ClientPartitionManager should use PARTITION_ASSIGNMENT_FLAG to reset cache

2024-08-05 Thread Pavel Tupitsyn (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871070#comment-17871070 ] Pavel Tupitsyn commented on IGNITE-22678: - Merged to main: [48b6ebb981959460ab

[jira] [Updated] (IGNITE-22930) Sql. Regex. Invalid escape character in not ignored

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov updated IGNITE-22930: -- Description: Example: {noformat} SELECT '' ~ '\X' {noformat} Expected error(or some

[jira] [Updated] (IGNITE-22930) Sql. Regex. Invalid escape character in not ignored

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov updated IGNITE-22930: -- Summary: Sql. Regex. Invalid escape character in not ignored (was: Sql. Regex. Inval

[jira] [Updated] (IGNITE-22930) Sql. Regex. Invalid escape character in not ignored.

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov updated IGNITE-22930: -- Description: Example: {noformat} SELECT '' ~ '\X' {noformat} was: Example: {

[jira] [Updated] (IGNITE-22929) Sql. REGEX_REPLACE. Unable to compile expression

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov updated IGNITE-22929: -- Ignite Flags: (was: Docs Required,Release Notes Required) > Sql. REGEX_REPLACE. Una

[jira] [Created] (IGNITE-22930) Sql. Regex. Invalid escape character in not ignored.

2024-08-05 Thread Maksim Zhuravkov (Jira)
Maksim Zhuravkov created IGNITE-22930: - Summary: Sql. Regex. Invalid escape character in not ignored. Key: IGNITE-22930 URL: https://issues.apache.org/jira/browse/IGNITE-22930 Project: Ignite

[jira] [Created] (IGNITE-22929) Sql. REGEX_REPLACE. Unable to compile expression

2024-08-05 Thread Maksim Zhuravkov (Jira)
Maksim Zhuravkov created IGNITE-22929: - Summary: Sql. REGEX_REPLACE. Unable to compile expression Key: IGNITE-22929 URL: https://issues.apache.org/jira/browse/IGNITE-22929 Project: Ignite

[jira] [Updated] (IGNITE-22929) Sql. REGEX_REPLACE. Unable to compile expression

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov updated IGNITE-22929: -- Description: {noformat} SELECT regexp_replace('ANA', 'ana', 'banana', 'i') {noformat}

[jira] [Created] (IGNITE-22928) Fix testZoneReplicaListener

2024-08-05 Thread Mikhail Efremov (Jira)
Mikhail Efremov created IGNITE-22928: Summary: Fix testZoneReplicaListener Key: IGNITE-22928 URL: https://issues.apache.org/jira/browse/IGNITE-22928 Project: Ignite Issue Type: Improvemen

[jira] [Created] (IGNITE-22927) Node should trigger failure handler if raft catch-up failed

2024-08-05 Thread Denis Chudov (Jira)
Denis Chudov created IGNITE-22927: - Summary: Node should trigger failure handler if raft catch-up failed Key: IGNITE-22927 URL: https://issues.apache.org/jira/browse/IGNITE-22927 Project: Ignite

[jira] [Commented] (IGNITE-22864) Cache create command: ignore flag and improved output

2024-08-05 Thread Ignite TC Bot (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871032#comment-17871032 ] Ignite TC Bot commented on IGNITE-22864: {panel:title=Branch: [pull/11460/head]

[jira] [Assigned] (IGNITE-22323) Remove duplicate tests from ItFunctionsTest

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Zhuravkov reassigned IGNITE-22323: - Assignee: Maksim Zhuravkov > Remove duplicate tests from ItFunctionsTest > ---

[jira] [Assigned] (IGNITE-21927) Removal of transactional code in JDBC classes

2024-08-05 Thread Maksim Davydov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-21927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maksim Davydov reassigned IGNITE-21927: --- Assignee: Maksim Davydov > Removal of transactional code in JDBC classes > ---

[jira] [Created] (IGNITE-22926) Refactor PartitionScanPublisher

2024-08-05 Thread Stanislav Markin (Jira)
Stanislav Markin created IGNITE-22926: - Summary: Refactor PartitionScanPublisher Key: IGNITE-22926 URL: https://issues.apache.org/jira/browse/IGNITE-22926 Project: Ignite Issue Type: Impr

[jira] [Comment Edited] (IGNITE-22757) Excessive memory usage in schema-related code in SQL

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871012#comment-17871012 ] Maksim Zhuravkov edited comment on IGNITE-22757 at 8/5/24 9:55 AM: --

[jira] [Commented] (IGNITE-22757) Excessive memory usage in schema-related code in SQL

2024-08-05 Thread Maksim Zhuravkov (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17871012#comment-17871012 ] Maksim Zhuravkov commented on IGNITE-22757: --- [~amashenkov], [~xtern] Could yo

[jira] [Resolved] (IGNITE-22867) Support WITH ... AS

2024-08-05 Thread Pavel Pereslegin (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pereslegin resolved IGNITE-22867. --- Resolution: Cannot Reproduce [~lunigorn], the example you posted works fine. {code

[jira] [Updated] (IGNITE-22867) Support WITH ... AS

2024-08-05 Thread Pavel Pereslegin (Jira)
[ https://issues.apache.org/jira/browse/IGNITE-22867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pereslegin updated IGNITE-22867: -- Ignite Flags: (was: Docs Required,Release Notes Required) > Support WITH ... AS > -

[jira] [Created] (IGNITE-22925) No long queries tracking for some DML operations

2024-08-05 Thread Oleg Valuyskiy (Jira)
Oleg Valuyskiy created IGNITE-22925: --- Summary: No long queries tracking for some DML operations Key: IGNITE-22925 URL: https://issues.apache.org/jira/browse/IGNITE-22925 Project: Ignite Iss