Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
kasakrisz merged PR #5084: URL: https://github.com/apache/hive/pull/5084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1972200389 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1971721580 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1971191201 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1507520208 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1507519616 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-29 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1507519217 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-27 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1503800066 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-27 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1503794287 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-27 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1503790544 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-26 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1502720933 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-26 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1502691763 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-26 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1502687819 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-26 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1502679370 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-26 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1502575951 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-22 Thread via GitHub
mdayakar commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1499390595 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-22 Thread via GitHub
kasakrisz commented on code in PR #5084: URL: https://github.com/apache/hive/pull/5084#discussion_r1499289662 ## hplsql/src/main/java/org/apache/hive/hplsql/functions/InMemoryFunctionRegistry.java: ## @@ -132,39 +133,84 @@ private boolean execProc(String name,

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-22 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1959363682 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-21 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1958046412 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-15 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1947520856 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-15 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1947066835 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27490: HPL/SQL says it support default value for parameters but not considering them when no value is passed [hive]

2024-02-13 Thread via GitHub
sonarcloud[bot] commented on PR #5084: URL: https://github.com/apache/hive/pull/5084#issuecomment-1943169250 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate