Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1702 FILE READ from URL resource stream size issue #1703

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

igor-suhorukov
Copy link
Contributor

No description provided.

@katzyn
Copy link
Contributor

katzyn commented Jan 30, 2019

@grandinj
Anonymous TLS test in TestNetUtils doesn't complete normally if an URL connection was created before it. Also anonymous TLS doesn't work on Java 11+: #1303, but this issue is not the same, new failure affects all Java versions.

Test failure in this PR probably can be fixed by changing order of these tests in TestAll. But we definitely have problems in TLS code.

@grandinj
Copy link
Contributor

yeah TLS is problematic, lets just re-order the tests to work around this

@igor-suhorukov
Copy link
Contributor Author

@katzyn thank you for assistance. I think my article may be interesting for you in terms of H2 extension function https://habr.com/ru/post/446380/

@katzyn
Copy link
Contributor

katzyn commented Apr 7, 2019

Sorry, I don't understand what exactly do you propose. If you need some function that uses a third-party library, most likely such function will not be included in H2, but of course in can be loaded like any other user-defined function. For example, H2GIS has a lot of own functions.

@igor-suhorukov
Copy link
Contributor Author

@katzyn I am fully agree with you. But LATERAL https://postgrespro.ru/docs/postgrespro/11/sql-select# construction will be very helpful for user-defined table function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants