Jiefan Li

Results 11 comments of Jiefan Li

Thanks @shardulm94 for reporting it, opened a PR #214 to fix it.

I think the change to `com.linkedin.coral.hive.hive2rel.parsetree.ParseTreeBuilder` proposed by @will-i-e might affect the case preservation of Coral-Schema. @wmoustafa @funcheetah any thoughts?

Looks like it is an issue of the upstream calcite: https://issues.apache.org/jira/browse/CALCITE-3308, https://issues.apache.org/jira/browse/CALCITE-2616 it would be kind of hard to fix in Coral.

@jixuekang could you please share the input SQL and full stacktrace?

Hi @jixuekang , looks like your input is a Trino SQL, but `HiveToRelConverter` expects Hive SQL as input.

> Thanks for the comprehensive PR @ljfgem ! Could you also elaborate on point 7 of your PR description? As per avro 1.10, when is `default:null` expected? That would be...

Thanks @aastha25 for your review! @wmoustafa: do you want to take another look given it's a big change?

> Could you make the design doc public and link it from here? @wmoustafa Added in the description, but due to the org restriction, I can only share a copied...

Hi @jzhuge @holdenk, can we merge this PR? Or is there any other concerns?

> > A UDF is considered shaded if the prefix before the first dot contains an underscore. > > This convention is brittle. > > Why is shading indicated by...