You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When `selectedColumns` is set, columns referenced by `predicate` are automatically read as needed, then projected back to the requested output columns.
416
417
417
-
**Exercise 14: using the typed API**
418
+
**Exercise 14: Safe column promotion**
419
+
420
+
Read the file while promoting every output column to an optional column.
Use `safeColumns` when downstream code wants a uniformly nullable schema, even when the Parquet file marks some columns as non-nullable.
431
+
432
+
**Exercise 15: using the typed API**
418
433
_This problem is called "Interviews" in Hackerrank.
419
434
Samantha interviews many candidates from different colleges using coding challenges and contests. Write a query to print the contest_id, hacker_id, name, and the sums of total_submissions, total_accepted_submissions, total_views, and total_unique_views for each contest sorted by contest_id. Exclude the contest from the result if all four sums are 0.
0 commit comments