-
Updated
Feb 20, 2022 - C
aggregation
Here are 242 public repositories matching this topic...
-
Updated
Mar 28, 2022 - Java
-
Updated
Oct 2, 2021 - Python
At the moment, the string literal parser is naive. For instance, it doesn't handle escape sequences properly. nom has an example of a more robust string literal parser, so it can be adapted to suit pq use cases. However, the li
-
Updated
Jan 3, 2022 - Python
-
Updated
Oct 22, 2021 - Go
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Jun 24, 2020
Facebook: https://www.facebook.com/gandiasia
KKTIX: https://gandi.kktix.cc/
-
Updated
Mar 18, 2021 - Go
-
Updated
Mar 9, 2021 - Go
-
Updated
Jan 29, 2022 - C++
-
Updated
May 18, 2020 - Python
-
Updated
Feb 7, 2022 - Java
-
Updated
Aug 8, 2019 - JavaScript
-
Updated
Nov 9, 2021 - Go
-
Updated
Jan 13, 2022 - Python
-
Updated
Sep 10, 2019 - Go
-
Updated
Oct 20, 2021 - C++
You can start your open source contribution in this repo.
You can add a few MySQL Syntax and a two-line explanation of what it does!
For a faster merge please mention me in the comments.
Making a pull request by just correcting the typo will not be accepted!
-
Updated
Mar 27, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Aug 4, 2018 - Python
-
Updated
Jan 6, 2022 - Python
-
Updated
Oct 23, 2018 - PLpgSQL
-
Updated
Apr 13, 2021 - TypeScript
Improve this page
Add a description, image, and links to the aggregation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aggregation topic, visit your repo's landing page and select "manage topics."
In many places in Gaffer, correct logging string formatting is used:
https://github.com/gchq/Gaffer/blob/fb63fc25be2f01d6476d1010780500cb0856b6c4/store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/operation/hdfs/handler/AddElementsFromHdfsHandler.java#L254
However, in some places, string concatenation is incorrectly used instead:
https://github.com/gchq/Gaffer/