Jurgis Pods
Jurgis Pods
org.postgresql.util.PSQLException: conversion to class java.time.LocalDateTime from 93 not supported
The issue seems to be [here](https://github.com/tminglei/slick-pg/blob/868f3666197ff3a0a1f233c2a9905feb483551f4/core/src/main/scala/com/github/tminglei/slickpg/date/PgDateJdbcTypes.scala#L44). There is no case for `LocalDateTime`, only for `OffsetDateTime`, `Instant` and `Duration`. If I modify my table definition to use a columns type of...
org.postgresql.util.PSQLException: conversion to class java.time.LocalDateTime from 93 not supported
I'm sorry, but I don't get what I have to change in my code. Can you tell me the specific traits I need to extend - in `PostgresProfile` - in...
@laughingman7743 Apologies, there was a copy-paste error in my second query. I've edited the original post.
And regarding #118: I understand that I can use `na_values=''` to force converting the respective date in the Athena-generated CSV to NaN. But this means losing the possibility to distinguish...
I see. One approach would be to disable quoting and remove the quotes afterwards. With your example in mind: ``` import pandas as pd import csv df = pd.read_csv('myfile.csv', skip_blank_lines=False,...
No, I ended up building one from source. Debian/Ubuntu as base image is actually highly recommended, as an Alpine-based image has the problem that many Python packages need to be...
The above workaround does not seem to work in the most recent version... could anyone give an updated example on how to perform a query/scan while selecting specific attributes only?
See https://github.com/lightbend/kafka-streams-query/pull/14
@psilos Yes, we are using it in production. Would still be interested to get this merged, as we plan to expand our set of Scala-based Kafka Streams applications.
@debasishg Yes, definitely. Unfortunately, it is now my turn to be traveling, so I will not be able to update my PR until August.