Anthony Louis
Anthony Louis
I found [an answer in StackOverflow](https://stackoverflow.com/questions/49356977/parsing-of-duration-with-howardhinnant-c-date) that tells that this library does not parse periods,
@HowardHinnant To keep a similar behavior with the native [strptime](https://man7.org/linux/man-pages/man3/strptime.3.html) function, I think the `%I` flag should consider as **AM** If the user does not define a value for the...
@HowardHinnant I did not find anything in specs too, I was based on an empirical test using the `gcc` compiler in the Apache Arrow project. ``` gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0...
@HowardHinnant I added a Pull Request with some unit tests related to the change you made.
@kou @pitrou Can you check and merge that PR? It is approved by Projjal and me
> Hmm... Arrow has a proper List type, so why take a comma-delimited string? @pitrou there are two things: - Currently, the Gandiva project does not accept complex types(we need...
@dai-chen I will check it tonight