You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "jeyhunkarimov (via GitHub)" <gi...@apache.org> on 2024/04/01 18:59:20 UTC

[PR] [FLINK-34338][table] Add explanatory exception for wrong named params [flink]

jeyhunkarimov opened a new pull request, #24599:
URL: https://github.com/apache/flink/pull/24599

   ## What is the purpose of the change
   
   Exception message is not explanatory when named params are in wrong order. This PR adds proper exceptions. 
   
   
   
   ## Brief change log
   
     - Add checks and throw related exceptions
     - Add tests
   
   
   ## Verifying this change
   
   via `WindowTableFunctionTest`
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (yes / no / don't know)
     - The runtime per-record code paths (performance sensitive): (no )
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [FLINK-34338][table] Add explanatory exception for wrong named params [flink]

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #24599:
URL: https://github.com/apache/flink/pull/24599#issuecomment-2030368469

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0dfb5968d5a969501f7ea87d2ebe0b7613183520",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0dfb5968d5a969501f7ea87d2ebe0b7613183520",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0dfb5968d5a969501f7ea87d2ebe0b7613183520 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org