I have a column with dates in the format 201201, 201202, 201203 etc. This is a financial database so there is a period 13; however periods 12 & 13 are comb
I have a JMeter plan using an HTTP sampler that I am trying to add a header to the request. The header should be really simple custom: type But when I run th
The reason that sometimes I don't make a commit until the final version of changes will be ready is that I have lines of my changes highlighted in the IDE. Is t
I am using Sonarqube-7.7 version. My colleague has deactivated some rules in the quality gates. But when I am importing the same rule-setup in my local and sett
I am creating a blobTrigger on an existing Function App for a new folder (status/inbound/Received) on an existing blob as follows: public static class MyTrigge
In python, None !=1 will return True. But why in Pyspark "Null_column" != 1 will return false? example: data = [(1,5),(2,5)] columns=["id","test"] df_null=spark
I have this code that should implement the Sieve of Eratosthenes. Start with all number >= 2. Get the first number (2), print it and remove all multiples of
I'm trying to get from an array of multiple emails string this effect if there is more than one email that ends with the same domain name of the email do not sh