Shardul Mahadik

Results 3 issues of Shardul Mahadik

If we create a Hive view with columns that are not explicitly named in the SQL, Hive with autogenerate column names for such columns persisting the view to the Metastore....

When I create a docblock on a generator function, the description tag is aligned with the parameters above it and not other descriptions. Actual output: ``` js /** * [*foo...

According to [JLS 5.5](https://docs.oracle.com/javase/specs/jls/se7/html/jls-5.html#jls-5.5) (going at least as far back as Java 7), we should be able to cast an Object to unboxed primitives directly. > Casting contexts allow the...