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

[PR] [FLINK-35021] AggregateQueryOperations produces wrong asSerializableString representation [flink]

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

   
   
   ## What is the purpose of the change
   
   Fixes the bug that `AggregateQueryOperation` produces a wrong SQL if there were no explicit groupings provided
   
   ## Verifying this change
   
   Added tests
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   


-- 
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-35021] AggregateQueryOperations produces wrong asSerializableString representation [flink]

Posted by "dawidwys (via GitHub)" <gi...@apache.org>.
dawidwys merged PR #24624:
URL: https://github.com/apache/flink/pull/24624


-- 
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-35021] AggregateQueryOperations produces wrong asSerializableString representation [flink]

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "4ac6d8c8e005dae15d2cf1973c29667e894995f4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ac6d8c8e005dae15d2cf1973c29667e894995f4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ac6d8c8e005dae15d2cf1973c29667e894995f4 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