Henning von Bargen
Henning von Bargen
Disclaimer: This is just a wild guess, because I didn't really work on the HTML front end for more than 20 years. Before the call to `tidy.parseDom`, there's a call...
Note: Arrow is not the only format for storing big tables in a columnar format. There is also the Apache Parquet format, but Oracle already supports reading and writing parquet...
This sounds cool. On SQL*Net level, the data is probably still transferred the old-fashioned way. I wonder if a future SQL*Net version could support a column-based protocol as well. Couldn't...
> But there would be currently no way to change the version back to another version... Thomas, do you mean that the ES version must be set when BIRT as...
As I said, I think it suffices if the default ES version can be overridden with a system property.
Please specify the switch in such a way that the version can be specified as a string or something, not a boolean. This way it will be future-proof.
Yes.
[tab_character_pdfa.zip](https://github.com/user-attachments/files/17487918/tab_character_pdfa.zip) This rptdesign file can be used for demonstrating the issue: When a PDF report is created with BIRT, it references the Times-Roman font.
I'll create a PR which fixes this specific issue with the TAB character by replacing it with a space for PDF output...
Fixed with #1949.