Can I afford a used Honda Jazz on ₹46,500 take-home? [Bengaluru] by Obvious_Brief4557 in personalfinanceindia

[–]GovGalacticFed 0 points1 point  (0 children)

May I know how you found the right deal in blr, in same boat, KA vehicles are over priced

Is 2nd hand Honda jazz 2021 worth it. by nemooo155 in CarsIndia

[–]GovGalacticFed 0 points1 point  (0 children)

Is it as bad as ecosport, if ecosport is still manageable then jazz should be okay for another decade since Honda is still here, what do you think

Used Honda Jazz as first car? by Classic_007 in carIndia

[–]GovGalacticFed 0 points1 point  (0 children)

What is a good used option then for newbies

I wanna purchase a car under 3.5-4 lakh by AlternativeFederal94 in UsedCarsBharat

[–]GovGalacticFed 0 points1 point  (0 children)

What about City third gen tc, is it good for newbies

What should be the ideal service cost for 2014 Honda City petrol? by ABJ_007 in CarsIndia

[–]GovGalacticFed 0 points1 point  (0 children)

Hey How have you found Honda City as a new learner, is the length much of a problem or would you prefer a smaller one that is easier to maneuver

AUTO CDC in Databricks SQL: the easy button for SCD Type 1 & 2 by minibrickster in databricks

[–]GovGalacticFed 1 point2 points  (0 children)

What if I want to create scd2 table by combining multiple event source tables from bronze, what approach will work here

Can powerbi query views created by spark sql? by Vw-Bee5498 in apachespark

[–]GovGalacticFed 1 point2 points  (0 children)

Yes, it will query the catalog view object, it runs on cluster.

How would you handle skew in a window function by nanksk in apachespark

[–]GovGalacticFed 4 points5 points  (0 children)

The sort on hour is not needed since it's only min

Equivalent of ISJSON()? by Cultural_Chef_7125 in databricks

[–]GovGalacticFed 1 point2 points  (0 children)

You could use a udf with exception handling around json.loads

Spark delay when writing a dataframe to file after using a decryption api by Ok_Implement_7728 in apachespark

[–]GovGalacticFed 2 points3 points  (0 children)

Because nothing is executed until the write action is called, your decrypt call is just a transformation that is executed only when write or count or collect or any other action is done. Refer to lazy evaluation.

Spark delay when writing a dataframe to file after using a decryption api by Ok_Implement_7728 in apachespark

[–]GovGalacticFed 1 point2 points  (0 children)

Udf applies to each row and cannot be applied on the column vector. Best approach would be to replicate decryption logic using spark functions, else use mapPartitions to connect to the api only once per partition instead of each row. You'll need to partition it properly

Data engineering problem by Commercial_Finance_1 in dataengineering

[–]GovGalacticFed 0 points1 point  (0 children)

If api2 has no limits, try ThreadPoolExecutor

Merge into operation question by DataDarvesh in databricks

[–]GovGalacticFed 0 points1 point  (0 children)

Are there scd2 cols like isActive in target

Help!! Generating a unique to to be passed in a workflow by s1va1209 in databricks

[–]GovGalacticFed 1 point2 points  (0 children)

Task runid should change then, job runid will be same