wassim almaaoui

Results 6 issues of wassim almaaoui

We need to access the default value of each arg of a CaseApp. with version 1.2.0, we used to do something like: ``` val caseApp: CaseApp[T] = ??? for (arg

When I have a module `test-util`, where I define an object `object Util {..}`. then in the `build.sbt` second module I depend on the the first module ``` dependsOn(`test-util`) %...

Is there any current way to pass additional properties to the load job? I am interested in passing [enableListInference](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ParquetOptions) as `parquetOptions` to the load job into BQ. But the approach...

I see what it could be a regression. The following code works in connector version 0.25.2 but it doesn't in 0.34.0. Is it an expected/wanted change? ```scala case class Complex(v:...

Hello, It seems MapType of Decimal, MapType or ArrayType are not supported any more, they were supported in prior versions, so I guess it's a regression. Only [theses types](https://github.com/GoogleCloudDataproc/spark-bigquery-connector/blob/master/spark-bigquery-connector-common/src/main/java/com/google/cloud/spark/bigquery/SchemaConverters.java#L635) are...