Marcus Rosti

Results 19 comments of Marcus Rosti

OH! Okay I understand now. I guess the functionality I was looking for was to have the Service itself be authenticated, whereas the reflection isn't. But have them both be...

Let me try that and I'll report back!

That worked thanks! You can close this issue if you'd like or just tie it to whatever improvement y'all have in the works

although the fix was without `.fast` ```scala val reflectionRoute: Route = { { ctx => reflection .andThen(_.map(RouteResult.Complete)(ctx.executionContext)) .applyOrElse[HttpRequest, Future[RouteResult]](ctx.request, _ => ctx.reject()) } } concat( reflectionRoute, services ) ```

> The stack trace: > > ``` > 23/06/19 17:45:53 ERROR MicroBatchExecution: Query [id = 2507e68d-0fb2-4aa2-98e4-427bfa1326c5, runId = 308060c0-6572-4328-9588-ece2b00c054a] terminated with error > org.apache.spark.sql.AnalysisException: days(ts) is not currently supported >...

> Hello, my friends. > > I'm using Structured streaming writes to partitioned table, and I'm using Iceberg's transformations to partition. > > Trying to record with .start(), I get...