python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Row level trigger returning NULL causes ERROR: query has no destination for result data
I have created a before insert trigger that should insert the data into either an existing table partition or create a new partition and then insert the data.
I see that the partition is created but t...
Wolfgang
Votes: 0
Answers: 1
Reading spark partitioned data from directories
My data is partitioned as Year,month,day in s3 Bucket. I have a requirement to read last six months of data everyday.I am using below code to read the data but it is selecting negative value in months...
code_bug
Votes: 0
Answers: 1